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
+1 -1
View File
@@ -55,7 +55,7 @@ akanealw.com {
# authelia subdomain # authelia subdomain
# -------------------------------------------------- # --------------------------------------------------
authelia.akanealw.com { auth.akanealw.com {
import cloudflare import cloudflare
reverse_proxy authelia:9091 reverse_proxy authelia:9091
} }
+1 -1
View File
@@ -85,7 +85,7 @@ session:
cookies: cookies:
- name: 'authelia_session' - name: 'authelia_session'
domain: 'akanealw.com' # Should match whatever your root protected domain is 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' expiration: '1 hour'
inactivity: '5 minutes' inactivity: '5 minutes'
-1
View File
@@ -35,7 +35,6 @@ services:
- "443:443" - "443:443"
- "443:443/udp" - "443:443/udp"
networks: networks:
- authelia
- reverse-proxy - reverse-proxy
volumes: volumes:
- $PWD/Caddyfile:/etc/caddy/Caddyfile - $PWD/Caddyfile:/etc/caddy/Caddyfile