Add Amnezia Web Panel source with PostgreSQL 17 storage.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-26 00:02:18 +03:00
co-authored by Cursor
parent ead1c64dd1
commit 8b70d51c87
50 changed files with 21713 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Panel
APP_PORT=5000
SECRET_KEY=change-me-to-a-long-random-string
# PostgreSQL 17
POSTGRES_USER=amnezia
POSTGRES_PASSWORD=amnezia
POSTGRES_DB=amnezia_panel
POSTGRES_PORT=5432
# Used by the panel process (local run or Docker)
# Docker Compose sets this automatically to point at the db service.
DATABASE_URL=postgresql://amnezia:amnezia@localhost:5432/amnezia_panel