dd
This commit is contained in:
parent
e8498243f1
commit
9efdc34c55
1 changed files with 6 additions and 3 deletions
|
@ -23,9 +23,12 @@ access_control:
|
||||||
session:
|
session:
|
||||||
name: authelia_session
|
name: authelia_session
|
||||||
secret: {{ lookup('viczem.keepass.keepass', 'authelia_session_secret', 'password') }}
|
secret: {{ lookup('viczem.keepass.keepass', 'authelia_session_secret', 'password') }}
|
||||||
expiration: 3600 # 1 hour
|
expiration: 3600
|
||||||
inactivity: 300 # 5 minutes
|
inactivity: 300
|
||||||
domain: mgrote.net # Should match whatever your root protected domain is
|
cookies:
|
||||||
|
- name: mgrote.net
|
||||||
|
domain: mgrote.net
|
||||||
|
authelia_url: https://auth.mgrote.net
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
host: authelia-redis
|
host: authelia-redis
|
||||||
|
|
Loading…
Reference in a new issue