diff --git a/Dockerfile b/Dockerfile index 1c289cc..15cc3c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,6 @@ RUN apk add --no-cache ca-certificates tzdata COPY --from=builder /app/app . COPY --from=builder /app/templates ./templates COPY --from=builder /app/static ./static -COPY --from=builder /app/.env ./ RUN mkdir -p /app/uploads diff --git a/templates/config.html b/templates/config.html index 47669ca..f59bdf0 100644 --- a/templates/config.html +++ b/templates/config.html @@ -144,8 +144,14 @@
-
- +
+
+ + + +
+
Hard limit enforced by upload endpoints
@@ -160,8 +166,13 @@
-
- +
+
+ + + +
+
User duration capped to this value
@@ -198,7 +209,7 @@
- +
@@ -209,5 +220,37 @@ CHANGE_PASSWORD + + \ No newline at end of file