added an admin dashboard

This commit is contained in:
Ludwig Lehnert
2026-01-12 18:22:56 +01:00
parent a79da3ffce
commit 2aa23f7b5b
3 changed files with 195 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ services:
- DB_PATH=/app/data/uploads.sqlite
- LOGIN_FILE=/app/.logins
- UPLOAD_TTL_SECONDS=${UPLOAD_TTL_SECONDS}
- MANAGEMENT_ADMIN_HASH=${MANAGEMENT_ADMIN_HASH}
- PORT=3000
volumes: