Config

{{if .Success}}
Saved.
{{end}} {{if .Error}}
{{.Error}}
{{end}}

Uploads

Hard limit enforced by the upload endpoints. (This is separate from reverse proxy limits.)
Limits how many files can be sent to /api/files/upload-multi in one 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).