From f1b4ec320def75e0b9efa253dad1665f38f734af Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 10 Nov 2024 12:07:20 +0100 Subject: [PATCH] dd --- docker-compose/traefik/configuration.yml.j2 | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docker-compose/traefik/configuration.yml.j2 b/docker-compose/traefik/configuration.yml.j2 index 389d255f..eacbe49c 100644 --- a/docker-compose/traefik/configuration.yml.j2 +++ b/docker-compose/traefik/configuration.yml.j2 @@ -7,10 +7,7 @@ log: identity_validation: reset_password: - jwt_secret: "{{ lookup('viczem.keepass.keepass', 'authelia_jwt_secret', 'password') }}" - -authelia_jwt_secret - + jwt_secret: {{ lookup('viczem.keepass.keepass', 'authelia_jwt_secret', 'password') }} totp: issuer: totp.mgrote.net @@ -24,7 +21,7 @@ access_control: session: name: authelia_session - secret: unsecure_session_secret + 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 @@ -39,7 +36,7 @@ regulation: ban_time: 300 storage: - encryption_key: "{{ lookup('viczem.keepass.keepass', 'authelia_storage_encryption_key', 'password') }}" + encryption_key: {{ lookup('viczem.keepass.keepass', 'authelia_storage_encryption_key', 'password') }} local: path: /data/db.sqlite3