replace nforwardauth with authelia #231

Merged
mg merged 45 commits from authelia into master 2024-11-10 12:53:46 +01:00
Showing only changes of commit 9efdc34c55 - Show all commits

View file

@ -23,9 +23,12 @@ access_control:
session:
name: authelia_session
secret: {{ lookup('viczem.keepass.keepass', 'authelia_session_secret', 'password') }}
expiration: 3600 # 1 hour
inactivity: 300 # 5 minutes
domain: mgrote.net # Should match whatever your root protected domain is
expiration: 3600
inactivity: 300
cookies:
- name: mgrote.net
domain: mgrote.net
authelia_url: https://auth.mgrote.net
redis:
host: authelia-redis