init authelia docker

This commit is contained in:
Chris King
2024-12-16 01:42:38 -08:00
parent f3920b60ab
commit f170058551
2 changed files with 96 additions and 0 deletions

View 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'