feat(auth): Add authentication management script and update permissions for setup script
Some checks failed
/ validate-docker-compose (push) Has been cancelled

This commit is contained in:
2025-04-26 02:45:09 +08:00
parent a0e63e2e2b
commit 5d7a162647
4 changed files with 314 additions and 53 deletions

View File

@@ -14,22 +14,6 @@ GROUP_ID=1000
# Your local timezone (e.g., America/New_York, Europe/London, Asia/Manila). See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TIMEZONE="America/New_York"
# --- Authentication Settings ---
# Control which services require Authelia authentication (true/false)
# Set to 'false' to disable authentication for specific services
AUTH_SONARR=true
AUTH_RADARR=true
AUTH_BAZARR=true
AUTH_PROWLARR=true
AUTH_JELLYSEERR=true
AUTH_QBITTORRENT=true
AUTH_LIDARR=true
AUTH_JELLYFIN=false
AUTH_HOMEPAGE=true
AUTH_FLARESOLVERR=true
AUTH_SABNZBD=true
AUTH_CALIBRE=true
# --- Host Paths ---
# Base directory on host for storing service configuration files. '.' stores them in subdirectories within the project folder.
CONFIG_ROOT="."