feat(auth): Add additional service authentication settings in .env.example and update docker-compose.yml for conditional middlewares
Some checks failed
/ validate-docker-compose (push) Has been cancelled

This commit is contained in:
2025-04-26 01:32:13 +08:00
parent 6d2baa7300
commit 2fadb08c72
2 changed files with 38 additions and 40 deletions

View File

@@ -14,6 +14,22 @@ 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="."