init authelia docker
This commit is contained in:
18
authelia/config/authelia/configuration.yml
Normal file
18
authelia/config/authelia/configuration.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
server:
|
||||
endpoints:
|
||||
authz:
|
||||
forward-auth:
|
||||
implementation: 'ForwardAuth'
|
||||
|
||||
# Security https://www.authelia.com/configuration/security/access-control/
|
||||
access_control:
|
||||
rules:
|
||||
- domain: '*.tremendousturtle.tools'
|
||||
policy: two_factor
|
||||
|
||||
# Session https://www.authelia.com/configuration/session/introduction/
|
||||
# Set also AUTHELIA_SESSION_SECRET_FILE
|
||||
session:
|
||||
cookies:
|
||||
- domain: 'tremendousturtle.tools'
|
||||
authelia_url: 'https://auth.tremendousturtle.tools'
|
||||
Reference in New Issue
Block a user