Remove ALLOW_REGISTRATION env var — managed via admin UI instead

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
inputnoise
2026-05-25 20:16:15 +02:00
parent 1827dd6c4e
commit 7194ec45ec
4 changed files with 1 additions and 9 deletions

View File

@@ -12,7 +12,6 @@ services:
DOWNLOAD_PATH: /downloads
SECRET_KEY: ${SECRET_KEY:-changeme}
JELLYFIN_URL: ${JELLYFIN_URL:-}
ALLOW_REGISTRATION: ${ALLOW_REGISTRATION:-true}
ports:
- "8000:8000"