Standardize Caddy route headers across all services #27
Labels
No labels
Monitoring
automation
bug
duplicate
feature
forgejo
help wanted
invalid
k3s
keycloak
ldap
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lab/homelab#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some Caddy routes use the full header set (
X-Forwarded-Uri,transportblock) while others don't. Standardize all routes to use the "standard service" template fromcaddy-crowdsec.md.Current inconsistencies:
portfolio.yukselcloud.com— no headers at allkeycloak.yukselcloud.com— raw IP, no headersldap.yukselcloud.com— no headersvaultwarden.yukselcloud.com— raw IP, no headersntfy.yukselcloud.com— missingX-Forwarded-Host,X-Forwarded-Urichangedetection.yukselcloud.com— missingX-Forwarded-Host,X-Forwarded-UriAdd
forward_authto services that should require authentication (Kubernetes Dashboard, Longhorn UI, Homer, Homarr).Update (2026-08-01)
New services joining from the lightweight monitoring work (see #11, #41) need routes with the standard header set:
Add both to the existing standardization pass.