fix(authelia): Update configuration for v4.38+ compatibility and remove deprecated variables
Some checks failed
/ validate-docker-compose (push) Has been cancelled
Some checks failed
/ validate-docker-compose (push) Has been cancelled
This commit is contained in:
15
.env.example
15
.env.example
@@ -63,14 +63,15 @@ HOMEPAGE_VAR_WEATHER_UNIT=metric
|
||||
|
||||
# --- Authelia Settings ---
|
||||
# Generate strong random secrets for these using tools like `openssl rand -hex 32`
|
||||
AUTHELIA_JWT_SECRET= # Example: your_strong_jwt_secret
|
||||
AUTHELIA_SESSION_SECRET= # Example: your_strong_session_secret
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY= # Example: your_strong_storage_encryption_key
|
||||
AUTHELIA_REDIS_PASSWORD= # Example: your_strong_redis_password
|
||||
AUTHELIA_JWT_SECRET= # Used for password reset functionality (also mapped to AUTHELIA_IDENTITY_VALIDATION_RESET_PASSWORD_JWT_SECRET in 4.38+)
|
||||
AUTHELIA_SESSION_SECRET= # Secret for session cookies
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY= # For encrypting stored data
|
||||
AUTHELIA_REDIS_PASSWORD= # Used as AUTHELIA_SESSION_REDIS_PASSWORD in 4.38+
|
||||
|
||||
# Authelia Session Configuration (Note: These may be less relevant with config v4.38+ structure)
|
||||
AUTHELIA_SESSION_DOMAIN=${APP_HOSTNAME}
|
||||
AUTHELIA_DEFAULT_REDIRECT_URL=https://${APP_HOSTNAME}/home
|
||||
# Note: The following variables are no longer needed with Authelia 4.38+ and the updated configuration
|
||||
# They are preserved for backward compatibility but will be automatically mapped to the new structure
|
||||
# AUTHELIA_SESSION_DOMAIN=${APP_HOSTNAME}
|
||||
# AUTHELIA_DEFAULT_REDIRECT_URL=https://${APP_HOSTNAME}/home
|
||||
|
||||
# --- API Keys & Integration Tokens (Optional - Mainly for Homepage Widgets) ---
|
||||
# Find API keys within each application's settings (usually Settings > General or Security)
|
||||
|
||||
Reference in New Issue
Block a user