mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
cf631b2b3ee28a8c84caa83999df503ef628b34d
- Caddy was overwriting X-Forwarded-For with {remote_host} (nginx
ingress pod IP), losing the original client IP from nginx ingress
- Fix: preserve upstream X-Forwarded-For and append Caddy's remote
- Add X-Real-IP fallback in is_internal_ip() for extra safety
- Clean up the caddy-config ConfigMap accordingly
Home docker
Containers my home media server set up
Fix home-server running out of disk
# Remove dangling images
sudo k3s crictl rmi --prune
# Clean stopped containers
sudo k3s crictl rm $(sudo k3s crictl ps -a -q --state exited)
Languages
Python
30.9%
Shell
27.2%
HCL
21.5%
HTML
19%
Dockerfile
1.3%
Other
0.1%