diff --git a/templates/config.html b/templates/config.html index 6093861..47669ca 100644 --- a/templates/config.html +++ b/templates/config.html @@ -1,109 +1,213 @@ - + - - - Config - + + + Config Module + + + + - -

Config

+
+ +
+

+ Config_Settings +

+ + +
+ + {{if .Success}} -
Saved.
+
CONFIG_SAVED_SUCCESSFULLY
{{end}} + {{if .Error}} -
{{.Error}}
+
{{.Error}}
{{end}}
-
-

Uploads

+ +
+
Upload_Control
- +
- -
Hard limit enforced by the upload endpoints. (This is separate from reverse proxy limits.)
+ +
Hard limit enforced by upload endpoints
- +
- -
Limits how many files can be sent to /api/files/upload-multi in one request.
+ +
Max files per multi-upload request
- +
- -
User-chosen duration is clamped to this maximum.
-
-
- -
- -
-

Rate limiting (display only)

-
Right now rate limits are wired at startup; changing these values won’t take effect until the server restarts (unless we refactor it to be dynamic).
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- + +
User duration capped to this value
-
- + +
+
Rate_Limits_(Static)
+ +
+ Changes require server restart to take effect +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ +
+ + +
+ + + CHANGE_PASSWORD + + - + \ No newline at end of file