Add expiring panel auth sessions

This commit is contained in:
2026-04-02 00:45:27 +03:00
parent e342693211
commit 69c97ea387
11 changed files with 514 additions and 93 deletions

View File

@@ -15,6 +15,9 @@ services:
AUTO_START_3PROXY: "true"
THREEPROXY_BINARY: "/usr/local/bin/3proxy"
RUNTIME_DIR: "/app/runtime"
PANEL_AUTH_LOGIN: "admin"
PANEL_AUTH_PASSWORD: "proxy-ui-demo"
PANEL_SESSION_TTL_HOURS: "24"
volumes:
- 3proxy-runtime:/app/runtime
restart: unless-stopped