60 lines
1.4 KiB
YAML
Raw Normal View History

2021-07-10 21:03:22 -07:00
---
###############################################################
# Authelia configuration #
###############################################################
host: 0.0.0.0
port: 9091
# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE
jwt_secret: XvvpN7uFoSmQAPdgAynDTHG8yQX4tjtS
2021-07-10 23:31:39 -07:00
default_redirection_url: https://www.jafner.net
2021-07-10 21:03:22 -07:00
totp:
issuer: authelia.com
2021-07-10 23:31:39 -07:00
period: 30
skew: 1
2021-07-10 21:03:22 -07:00
authentication_backend:
file:
path: /config/users_database.yml
2021-07-10 23:31:39 -07:00
password:
algorithm: argon2id
iterations: 1
salt_length: 16
parallelism: 8
memory: 1024
2021-07-10 21:03:22 -07:00
access_control:
default_policy: deny
rules:
# Rules applied to everyone
2021-07-10 21:22:52 -07:00
- domain:
- "*.jafner.net"
- "jafner.net"
2021-07-10 23:31:39 -07:00
policy: two_factor
2021-07-10 21:03:22 -07:00
session:
name: authelia_session
# This secret can also be set using the env variables AUTHELIA_SESSION_SECRET_FILE
secret: ***REMOVED***
expiration: 3600 # 1 hour
inactivity: 300 # 5 minutes
domain: jafner.net # Should match whatever your root protected domain is
2021-07-10 21:22:52 -07:00
redis:
host: redis
port: 6379
# This secret can also be set using the env variables AUTHELIA_SESSION_REDIS_PASSWORD_FILE
# password: authelia
2021-07-10 21:03:22 -07:00
regulation:
max_retries: 3
find_time: 120
ban_time: 300
storage:
local:
path: /config/db.sqlite3
notifier:
filesystem:
2021-07-10 21:22:52 -07:00
filename: /config/notification.txt