Enable filters
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
||||
PUID: ${NASCOMPOSE_UID?}
|
||||
PGID: ${NASCOMPOSE_GID?}
|
||||
NASCOMPOSE_TRAEFIK_DOMAINS: ${NASCOMPOSE_TRAEFIK_DOMAINS?}
|
||||
X_AUTHELIA_CONFIG_FILTERS: template
|
||||
AUTHELIA_DEFAULT_REDIRECTION_URL: "" #Heimdall
|
||||
AUTHELIA_JWT_SECRET_FILE: /run/secrets/jwt_secret
|
||||
AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE: /run/secrets/storage_key
|
||||
|
||||
@@ -30,4 +30,6 @@ access_control:
|
||||
default_policy: two_factor
|
||||
|
||||
session:
|
||||
domain: '{{ (env `NASCOMPOSE_TRAEFIK_DOMAINS` | split `,`)._0 }}'
|
||||
cookies:
|
||||
-
|
||||
domain: '{{ (env `NASCOMPOSE_TRAEFIK_DOMAINS` | split `,`)._0 }}'
|
||||
|
||||
Reference in New Issue
Block a user