Update docker/authelia/config/configuration.server.yml
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
2f97267136
commit
ebf833c313
|
@ -39,8 +39,7 @@ storage:
|
||||||
# local:
|
# local:
|
||||||
# path: /config/db.sqlite3
|
# path: /config/db.sqlite3
|
||||||
mysql:
|
mysql:
|
||||||
host: authelia_mariadb
|
address: 'tcp://authelia_mariadb:3306'
|
||||||
port: 3306
|
|
||||||
database: authelia
|
database: authelia
|
||||||
username: authelia
|
username: authelia
|
||||||
## Password can also be set using a secret: https://www.authelia.com/docs/configuration/secrets.html
|
## Password can also be set using a secret: https://www.authelia.com/docs/configuration/secrets.html
|
||||||
|
@ -65,6 +64,7 @@ session:
|
||||||
cookies:
|
cookies:
|
||||||
- domain: {{ env "TRAEFIK_DOMAIN" }}
|
- domain: {{ env "TRAEFIK_DOMAIN" }}
|
||||||
authelia_url: 'https://login.{{ env "TRAEFIK_DOMAIN" }}'
|
authelia_url: 'https://login.{{ env "TRAEFIK_DOMAIN" }}'
|
||||||
|
default_redirection_url: 'https://login.{{ env "TRAEFIK_DOMAIN"}}'
|
||||||
name: 'authelia_session'
|
name: 'authelia_session'
|
||||||
same_site: 'lax'
|
same_site: 'lax'
|
||||||
inactivity: '5m'
|
inactivity: '5m'
|
||||||
|
|
Loading…
Reference in New Issue