Initial commit: Portal Auth Admin Dashboard

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-18 08:18:50 +02:00
commit 7caa62a428
20 changed files with 1347 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Auth DB (portal_auth on Auth LXC) - same as portal .env
DB_AUTH_HOST=10.110.60.210
DB_AUTH_PORT=5432
DB_AUTH_NAME=portal_auth
DB_AUTH_USER=portal_user
DB_AUTH_PASSWORD=your_password_here
# Dashboard
SECRET_KEY=change-me-to-a-random-secret-key
FLASK_ENV=development