|
|
|
@ -2,9 +2,12 @@
|
|
|
|
|
# Authelia configuration # |
|
|
|
|
############################################################################## |
|
|
|
|
|
|
|
|
|
host: 0.0.0.0 |
|
|
|
|
port: 8080 # if you need this changed make sure it reflects also in the docker-compose.yml |
|
|
|
|
log_level: info |
|
|
|
|
server: |
|
|
|
|
host: 0.0.0.0 |
|
|
|
|
port: 8080 # if you need this changed make sure it reflects also in the docker-compose.yml |
|
|
|
|
log: |
|
|
|
|
level: info |
|
|
|
|
jwt_secret: # insert secret |
|
|
|
|
default_redirection_url: https://auth.jaredtsmith.com |
|
|
|
|
totp: |
|
|
|
|
issuer: jaredtsmith.com |
|
|
|
@ -42,13 +45,15 @@ access_control:
|
|
|
|
|
|
|
|
|
|
session: |
|
|
|
|
name: authelia_session |
|
|
|
|
secret: # insert secret |
|
|
|
|
expiration: 3600 # 1 hour |
|
|
|
|
inactivity: 7200 # 2 hours |
|
|
|
|
domain: jaredtsmith.com # Needs to be your root domain |
|
|
|
|
|
|
|
|
|
redis: |
|
|
|
|
host: outline_redis |
|
|
|
|
host: authelia_redis_1 |
|
|
|
|
port: 6379 |
|
|
|
|
password: # insert secret |
|
|
|
|
|
|
|
|
|
regulation: |
|
|
|
|
max_retries: 5 |
|
|
|
@ -58,12 +63,14 @@ regulation:
|
|
|
|
|
theme: dark # options: dark, light |
|
|
|
|
|
|
|
|
|
storage: |
|
|
|
|
encryption_key: # insert secret |
|
|
|
|
local: |
|
|
|
|
path: /config/db.sqlite3 |
|
|
|
|
|
|
|
|
|
notifier: |
|
|
|
|
smtp: |
|
|
|
|
username: admin@jaredtsmith.com |
|
|
|
|
password: # insert password |
|
|
|
|
host: mail.jaredtsmith.com |
|
|
|
|
port: 465 # 25 non-ssl, 443 ssl, 587 tls |
|
|
|
|
sender: authelia@auth.jaredtsmith.com |
|
|
|
|