chore: remove password-lock; switch to ADMIN_TOKEN env; update docs

This commit is contained in:
belisards
2026-05-03 16:34:41 -03:00
parent ea0d2c9370
commit ce7731cebb
4 changed files with 31 additions and 74 deletions

View File

@@ -5,8 +5,7 @@ services:
container_name: chadebebe
restart: unless-stopped
environment:
- ADMIN_USERNAME=${ADMIN_USERNAME:-admin}
- ADMIN_PASSWORD=${ADMIN_PASSWORD:-changeme}
- ADMIN_TOKEN=${ADMIN_TOKEN:?ADMIN_TOKEN must be set}
- PUID=${PUID:-1000}
- PGID=${PGID:-1000}
- COOKIE_SECURE=true