@@ -18,7 +18,7 @@ identity_validation:
|
||||
|
||||
authentication_backend:
|
||||
file:
|
||||
path: '/config/users_database.yml'
|
||||
path: '/config/users_database.yaml'
|
||||
|
||||
access_control:
|
||||
default_policy: 'deny'
|
||||
@@ -39,7 +39,7 @@ session:
|
||||
authelia_url: 'https://auth.delmar.bzh'
|
||||
expiration: '1 hour' # 1 hour
|
||||
inactivity: '5 minutes' # 5 minutes
|
||||
default_redirection_url: 'https://public.example.com'
|
||||
default_redirection_url: 'https://www.delmar.bzh'
|
||||
|
||||
regulation:
|
||||
max_retries: 3
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# carlo (auth.delmar.bzh)
|
||||
---
|
||||
name: authelia
|
||||
|
||||
networks:
|
||||
net:
|
||||
driver: bridge
|
||||
@@ -15,6 +19,6 @@ services:
|
||||
ports:
|
||||
- 9091:9091
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
TZ: ${TZ:-Europe/Paris}
|
||||
volumes:
|
||||
- config:/config
|
||||
Reference in New Issue
Block a user