feat: add password-gated config pages

This commit is contained in:
jocayn
2026-06-13 16:57:43 +08:00
parent 43728ec30e
commit c9d3665399
6 changed files with 891 additions and 22 deletions
+4
View File
@@ -9,6 +9,10 @@ services:
PORT: "3000"
HOST: "0.0.0.0"
AUTO_OPEN: "0"
ADMIN_PASSWORD: "change-admin-password"
VIEWER_PASSWORD: "change-viewer-password"
SESSION_SECRET: "change-session-secret"
LINK_TOKEN_SECRET: "change-link-token-secret"
# Set this when clients should import through a fixed LAN IP, domain, or reverse proxy.
# PUBLIC_BASE_URL: "http://192.168.1.10:3000"
volumes: