From 9efdc34c55714adc80ca1750986033618cd8f3ad Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 10 Nov 2024 12:44:04 +0100 Subject: [PATCH] dd --- docker-compose/traefik/configuration.yml.j2 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docker-compose/traefik/configuration.yml.j2 b/docker-compose/traefik/configuration.yml.j2 index 7623504a..515ad360 100644 --- a/docker-compose/traefik/configuration.yml.j2 +++ b/docker-compose/traefik/configuration.yml.j2 @@ -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