testing authelia fix

This commit is contained in:
2026-04-25 00:27:11 +00:00
parent b364b93902
commit eaf96dbb23
3 changed files with 2 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ akanealw.com {
# authelia subdomain
# --------------------------------------------------
authelia.akanealw.com {
auth.akanealw.com {
import cloudflare
reverse_proxy authelia:9091
}

View File

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

View File

@@ -35,7 +35,6 @@ services:
- "443:443"
- "443:443/udp"
networks:
- authelia
- reverse-proxy
volumes:
- $PWD/Caddyfile:/etc/caddy/Caddyfile