Update project configuration and templates

This commit is contained in:
AVS
2026-08-05 16:56:06 +05:00
parent da6b107066
commit 85fa94ae92
7 changed files with 327 additions and 302 deletions
+7 -1
View File
@@ -1,9 +1,15 @@
# Security
SECRET_KEY=change-me-in-production
# Admin access control (comma-separated IPs, empty = allow all)
# Admin session secret (separate from SECRET_KEY)
# ADMIN_SESSION_SECRET=
# Admin panel access control (comma-separated IPs, empty = allow all)
# ALLOWED_ADMIN_IPS=192.168.1.1,10.0.0.5
# Admin panel (enable only for configuration, then disable)
ADMIN_PANEL_ENABLED=false
# Database (optional, defaults to sqlite)
# DATABASE_URL=sqlite:///data/tnproxy.db