This commit is contained in:
Michael Grote 2023-03-31 14:12:12 +02:00
parent e837137e72
commit fd5fb6c6aa
2 changed files with 9 additions and 1 deletions

View File

@ -1,13 +1,17 @@
---
default_redirection_url: https://mgrote.net
jwt_secret: "{{ lookup('keepass', 'AUTHELIA_JWT_SECRET', 'password') }}"
server:
host: 0.0.0.0
port: 9091
log:
level: debug
totp:
issuer: authelia.com
access_control:
default_policy: deny
rules:
@ -15,17 +19,19 @@ access_control:
policy: bypass
- domain: munin.grote.lan
policy: one_factor
session:
domain: mgrote.net
secret: "{{ lookup('keepass', 'AUTHELIA_SESSION_SECRET', 'password') }}"
redis:
host: authelia-redis
port: 6379
regulation:
max_retries: 3
find_time: 120
ban_time: 300
notifier:
smtp:
username: info@mgrote.net
@ -33,6 +39,7 @@ notifier:
host: smtp.strato.de
port: 587
sender: info@mgrote.net
authentication_backend:
password_reset:
disable: false
@ -53,6 +60,7 @@ authentication_backend:
display_name_attribute: displayName
user: uid=admin,ou=people,dc=grote,dc=lan
password: "{{ lookup('keepass', 'LLDAP_LDAP_USER_PASS', 'password') }}"
storage:
postgres:
host: authelia-postgres

Binary file not shown.