edited authelia config
This commit is contained in:
@@ -14,13 +14,7 @@ totp:
|
|||||||
|
|
||||||
identity_validation:
|
identity_validation:
|
||||||
reset_password:
|
reset_password:
|
||||||
jwt_secret: 'a_very_important_secret'
|
jwt_secret: 'qVwp0m2FE/zrXvSxxehRJXg2Nl0Y7FW9XuxYPpzEQEM='
|
||||||
|
|
||||||
# duo_api:
|
|
||||||
# hostname: api-123456789.example.com
|
|
||||||
# integration_key: ABCDEF
|
|
||||||
# # This secret can also be set using the env variables AUTHELIA_DUO_API_SECRET_KEY_FILE
|
|
||||||
# secret_key: 1234567890abcdefghifjkl
|
|
||||||
|
|
||||||
authentication_backend:
|
authentication_backend:
|
||||||
file:
|
file:
|
||||||
@@ -30,29 +24,26 @@ access_control:
|
|||||||
default_policy: 'deny'
|
default_policy: 'deny'
|
||||||
rules:
|
rules:
|
||||||
# Rules applied to everyone
|
# Rules applied to everyone
|
||||||
- domain: 'public.example.com'
|
- domain: 'bitwarden.akanealw.com'
|
||||||
policy: 'bypass'
|
policy: 'bypass'
|
||||||
- domain: 'traefik.example.com'
|
- domain: '*.akanealw.com'
|
||||||
policy: 'one_factor'
|
|
||||||
- domain: 'secure.example.com'
|
|
||||||
policy: 'two_factor'
|
policy: 'two_factor'
|
||||||
|
|
||||||
session:
|
session:
|
||||||
# This secret can also be set using the env variables AUTHELIA_SESSION_SECRET_FILE
|
# This secret can also be set using the env variables AUTHELIA_SESSION_SECRET_FILE
|
||||||
secret: 'insecure_session_secret'
|
secret: 'm4fHZHAtR3KTmnwvY9NnI2uu8OjnxYkuQjNHtcaozCI='
|
||||||
|
|
||||||
cookies:
|
cookies:
|
||||||
- name: 'authelia_session'
|
- name: 'authelia_session'
|
||||||
domain: 'example.com' # Should match whatever your root protected domain is
|
domain: 'akanealw.com' # Should match whatever your root protected domain is
|
||||||
authelia_url: 'https://authelia.example.com'
|
authelia_url: 'https://authelia.akanealw.com'
|
||||||
expiration: '1 hour'
|
expiration: '1 hour'
|
||||||
inactivity: '5 minutes'
|
inactivity: '5 minutes'
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
host: 'redis'
|
host: 'redis'
|
||||||
port: 6379
|
port: 6379
|
||||||
# This secret can also be set using the env variables AUTHELIA_SESSION_REDIS_PASSWORD_FILE
|
password: 'IKjU1KidPjRmUrT5yp2G9ud+6Yc86O6xSk53hVQBlu0='
|
||||||
# password: authelia
|
|
||||||
|
|
||||||
regulation:
|
regulation:
|
||||||
max_retries: 3
|
max_retries: 3
|
||||||
@@ -60,7 +51,7 @@ regulation:
|
|||||||
ban_time: '5 minutes'
|
ban_time: '5 minutes'
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
encryption_key: 'you_must_generate_a_random_string_of_more_than_twenty_chars_and_configure_this'
|
encryption_key: 'cF/hDHPpp3ab7vOGgniKsQ9zYPl9n5zIihL/DzLaMAk='
|
||||||
local:
|
local:
|
||||||
path: '/config/db.sqlite3'
|
path: '/config/db.sqlite3'
|
||||||
|
|
||||||
@@ -71,4 +62,3 @@ notifier:
|
|||||||
password: 'password'
|
password: 'password'
|
||||||
address: 'smtp://mail.example.com:25'
|
address: 'smtp://mail.example.com:25'
|
||||||
sender: 'admin@example.com'
|
sender: 'admin@example.com'
|
||||||
...
|
|
||||||
@@ -9,11 +9,9 @@
|
|||||||
users:
|
users:
|
||||||
authelia:
|
authelia:
|
||||||
disabled: false
|
disabled: false
|
||||||
displayname: 'Authelia User'
|
displayname: 'akanealw'
|
||||||
# Password is authelia
|
# Password is authelia
|
||||||
password: '$argon2id$v=19$m=65536,t=3,p=4$qOKNq+u5lZHOTnsJY1Sp3g$s6zT9EKncfkmIJmykzZProUigRRJ26hlTl1WC+mG2do' # yamllint disable-line rule:line-length
|
password: '$argon2id$v=19$m=65536,t=3,p=4$WiYSeIt2RfNAHFFAa4vx6w$1kaPUVpunUtlUeB5hRK+XJxxCLlbRLAYthMj3mmAnJo' # yamllint disable-line rule:line-length
|
||||||
email: 'authelia@authelia.com'
|
email: 'akanealw@gmail.com'
|
||||||
groups:
|
groups:
|
||||||
- 'admins'
|
- 'admins'
|
||||||
- 'dev'
|
|
||||||
...
|
|
||||||
Reference in New Issue
Block a user