testing connection between caddy and authelia

This commit is contained in:
2026-04-25 00:23:13 +00:00
parent bb8af816fa
commit b364b93902
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
# --------------------------------------------------
(auth) {
forward_auth 127.0.0.1:9091 {
forward_auth authelia:9091 {
uri /api/authz/forward-auth
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
}
@@ -57,7 +57,7 @@ akanealw.com {
authelia.akanealw.com {
import cloudflare
reverse_proxy 127.0.0.1:9091
reverse_proxy authelia:9091
}
# --------------------------------------------------
+1
View File
@@ -35,6 +35,7 @@ services:
- "443:443"
- "443:443/udp"
networks:
- authelia
- reverse-proxy
volumes:
- $PWD/Caddyfile:/etc/caddy/Caddyfile