Validate setup and login credential inputs
All checks were successful
docker / build-and-push (push) Successful in 49s

This commit is contained in:
Space-Banane
2026-05-20 21:58:11 +02:00
parent 94d12d55c6
commit 911d9ed683
2 changed files with 15 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ The app expects a MariaDB instance configured through environment variables.
- `LOGIN_WINDOW_SECONDS` (default: `300`)
- `LOGIN_LOCKOUT_SECONDS` (default: `900`)
- `MAX_ICON_BYTES` (default: `2097152`)
- `USERNAME_MAX_LEN` (default: `64`)
- `PASSWORD_MIN_LEN` (default: `12`)
## Gitea CI/CD