47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
# Miscellaneous https://www.authelia.com/configuration/miscellaneous/introduction/
|
|
# Set also AUTHELIA_JWT_SECRET_FILE
|
|
theme: auto
|
|
default_redirection_url: https://auth.akanealw.com/
|
|
|
|
# First Factor https://www.authelia.com/configuration/first-factor/file/
|
|
authentication_backend:
|
|
file:
|
|
path: /config/users_database.yml
|
|
|
|
# Second Factor https://www.authelia.com/configuration/second-factor/introduction/
|
|
totp:
|
|
issuer: akanealw.com
|
|
|
|
# Security https://www.authelia.com/configuration/security/access-control/
|
|
access_control:
|
|
default_policy: two_factor
|
|
|
|
# Session https://www.authelia.com/configuration/session/introduction/
|
|
# Set also AUTHELIA_SESSION_SECRET_FILE
|
|
session:
|
|
domain: akanealw.com
|
|
|
|
# https://www.authelia.com/configuration/session/redis/
|
|
# Set also AUTHELIA_SESSION_REDIS_PASSWORD_FILE if appropriate
|
|
redis:
|
|
host: redis
|
|
port: 6379
|
|
|
|
# Storage https://www.authelia.com/configuration/storage/postgres/
|
|
# Set also AUTHELIA_STORAGE_POSTGRES_PASSWORD_FILE
|
|
# Set also AUTHELIA_STORAGE_ENCRYPTION_KEY_FILE
|
|
storage:
|
|
postgres:
|
|
host: postgres
|
|
database: authelia
|
|
username: authelia
|
|
|
|
# SMTP Notifier https://www.authelia.com/configuration/notifications/smtp/
|
|
# Set also AUTHELIA_NOTIFIER_SMTP_PASSWORD_FILE
|
|
notifier:
|
|
smtp:
|
|
host: smtp.gmail.com
|
|
port: 587
|
|
username: akanealw@gmail.com
|
|
sender: "Authelia <akanealw@gmail.com>"
|