switched user management to sqlite; better admin file browser; csrf protection for management interface using by csrf tokens

This commit is contained in:
Ludwig Lehnert
2026-01-12 20:06:41 +01:00
parent 83e9426c8c
commit 1f670df447
3 changed files with 246 additions and 58 deletions

View File

@@ -69,6 +69,7 @@ services:
- LOGIN_FILE=/app/.logins
- UPLOAD_TTL_SECONDS=${UPLOAD_TTL_SECONDS}
- MANAGEMENT_ADMIN_HASH=${MANAGEMENT_ADMIN_HASH}
- TRUST_PROXY=true
- PORT=3000
volumes: