fix: preserve hermes dashboard host guard
Deploy Caddyfile to valhalla / deploy (push) Successful in 1m10s

This commit is contained in:
ginnoir
2026-06-21 14:40:01 -05:00
parent 12cb5279d0
commit d38048faf0
+6 -2
View File
@@ -367,11 +367,15 @@ hermes.ginnoir.com {
route { route {
import authentik_outpost import authentik_outpost
handle /api/* { handle /api/* {
reverse_proxy 172.20.0.1:9119 reverse_proxy 172.20.0.1:9119 {
header_up Host 172.20.0.1:9119
}
} }
handle { handle {
import authentik_forward_auth import authentik_forward_auth
reverse_proxy 172.20.0.1:9119 reverse_proxy 172.20.0.1:9119 {
header_up Host 172.20.0.1:9119
}
} }
} }
} }