This commit is contained in:
Michael Grote 2023-03-31 13:57:48 +02:00
parent a0bf2cbbfb
commit 71570aed8f
2 changed files with 3 additions and 3 deletions

View File

@ -16,6 +16,8 @@ access_control:
- domain: munin.grote.lan
policy: one_factor
session:
domain: mgrote.net
secret: "{{ lookup('keepass', 'AUTHELIA_SESSION_SECRET', 'password') }}"
cookies:
- name: authelia_session
domain: mgrote.net
@ -23,7 +25,7 @@ session:
inactivity: 300
redis:
host: authelia-redis
post: 6379
port: 6379
regulation:
max_retries: 3
find_time: 120

View File

@ -13,8 +13,6 @@ services:
- 9091
environment:
TZ: Europe/Berlin
AUTHELIA_SESSION_SECRET: {{ lookup('keepass', 'AUTHELIA_SESSION_SECRET', 'password') }}
AUTHELIA_STORAGE_POSTGRES_PASSWORD: {{ lookup('keepass', 'AUTHELIA_STORAGE_POSTGRES_PASSWORD', 'password') }}
AUTHELIA_STORAGE_ENCRYPTION_KEY: {{ lookup('keepass', 'AUTHELIA_STORAGE_ENCRYPTION_KEY', 'password') }}
labels:
- com.centurylinklabs.watchtower.enable=true