2024-11-10 10:49:54 +01:00
|
|
|
---
|
2024-11-10 10:55:26 +01:00
|
|
|
server.address: "0.0.0.0:9091"
|
2024-11-10 11:01:12 +01:00
|
|
|
|
2024-11-10 10:49:54 +01:00
|
|
|
log:
|
|
|
|
level: debug
|
|
|
|
|
2024-11-10 11:01:12 +01:00
|
|
|
identity_validation:
|
|
|
|
reset_password:
|
|
|
|
jwt_secret: c50498e29383564cd50bdeda9b74a3bf
|
2024-11-10 10:49:54 +01:00
|
|
|
|
|
|
|
totp:
|
|
|
|
issuer: totp.mgrote.net
|
|
|
|
|
|
|
|
authentication_backend:
|
|
|
|
file:
|
|
|
|
path: /config/users_database.yml
|
|
|
|
|
|
|
|
access_control:
|
|
|
|
default_policy: deny
|
|
|
|
rules:
|
|
|
|
- domain: wiki.mgrote.net
|
|
|
|
policy: one_factor
|
|
|
|
|
|
|
|
session:
|
|
|
|
name: authelia_session
|
|
|
|
secret: unsecure_session_secret
|
|
|
|
expiration: 3600 # 1 hour
|
|
|
|
inactivity: 300 # 5 minutes
|
|
|
|
domain: mgrote.net # Should match whatever your root protected domain is
|
|
|
|
|
|
|
|
redis:
|
|
|
|
host: authelia-redis
|
|
|
|
port: 6379
|
|
|
|
|
|
|
|
regulation:
|
|
|
|
max_retries: 3
|
|
|
|
find_time: 120
|
|
|
|
ban_time: 300
|
|
|
|
|
|
|
|
storage:
|
|
|
|
encryption_key: f30ebde68b2c85c1b3fe2d16d9884190
|
|
|
|
local:
|
|
|
|
path: /data/db.sqlite3
|
|
|
|
# db auf mariadb ändern
|
|
|
|
|
2024-11-10 11:01:12 +01:00
|
|
|
notifier:
|
|
|
|
smtp:
|
2024-11-10 11:02:47 +01:00
|
|
|
#username: ""
|
|
|
|
#password: ""
|
|
|
|
address: postfix:25
|
2024-11-10 11:01:12 +01:00
|
|
|
sender: no-reply-authelia@mgrote.net
|
2024-11-10 11:05:02 +01:00
|
|
|
|
|
|
|
#mg@docker10 /docker/wiki
|
|
|
|
#> docker run --rm -it authelia/authelia:4 authelia crypto hash generate
|
|
|
|
#Digest: $argon2id$v=19$m=65536,t=3,p=4$QFNGrAPRPposUASpU2l4hw$pNthSP2DS1r2QoGT0k3QpU28vbsty6dNemTI+hJhPec
|
|
|
|
# == hallowelt
|