feat: add password-gated config pages
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user