Add user auth, personal cabinet, admin panel and first admin bootstrap

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-06 22:20:09 +03:00
parent c6a7ecfc4c
commit 61e7290ce8
26 changed files with 1351 additions and 108 deletions
+5
View File
@@ -8,3 +8,8 @@ SECRET_KEY=change_me_random_secret_key_min_32_chars
MAX_UPLOAD_MB=10
UPLOAD_FOLDER=/app/uploads
APP_PORT=8080
# First admin (created automatically on first startup if no admin exists)
ADMIN_USERNAME=admin
ADMIN_EMAIL=admin@example.com
ADMIN_PASSWORD=change_me_admin_password