testing authelia fix
This commit is contained in:
@@ -55,7 +55,7 @@ akanealw.com {
|
||||
# authelia subdomain
|
||||
# --------------------------------------------------
|
||||
|
||||
authelia.akanealw.com {
|
||||
auth.akanealw.com {
|
||||
import cloudflare
|
||||
reverse_proxy authelia:9091
|
||||
}
|
||||
|
||||
@@ -85,7 +85,7 @@ session:
|
||||
cookies:
|
||||
- name: 'authelia_session'
|
||||
domain: 'akanealw.com' # Should match whatever your root protected domain is
|
||||
authelia_url: 'https://authelia.akanealw.com'
|
||||
authelia_url: 'https://auth.akanealw.com'
|
||||
expiration: '1 hour'
|
||||
inactivity: '5 minutes'
|
||||
|
||||
|
||||
@@ -35,7 +35,6 @@ services:
|
||||
- "443:443"
|
||||
- "443:443/udp"
|
||||
networks:
|
||||
- authelia
|
||||
- reverse-proxy
|
||||
volumes:
|
||||
- $PWD/Caddyfile:/etc/caddy/Caddyfile
|
||||
|
||||
Reference in New Issue
Block a user