sync: Caddyfile vom VPS (Live = Source of Truth)

This commit is contained in:
sascha 2026-04-25 08:21:50 +02:00
parent 0843987f0a
commit 33ac1b4f3b

View file

@ -1,3 +1,4 @@
{
metrics
admin :2019
@ -75,6 +76,7 @@ grafana.sascha-lutz.de {
}
tesla.sascha-lutz.de {
forward_auth 10.5.85.5:9000 {
uri /outpost.goauthentik.io/auth/caddy
@ -160,6 +162,7 @@ dl.guck.tv {
reverse_proxy 10.2.1.100:5055 {
header_up Host {host}
header_up X-Real-IP {remote_host}
# Optional: Timeout-Werte anpassen, falls nötig (z.B. für große Mediendateien)
transport http {
dial_timeout 10s
read_timeout 30s
@ -176,7 +179,7 @@ immich.sascha-lutz.de {
}
}
# Proxmox VE Nodes
# Proxmox VE Nodes - HTTPS Reverse Proxy (vermeidet selbst-signierte Zertifikat-Warnungen)
pve1.sascha-lutz.de {
forward_auth 10.5.85.5:9000 {
uri /outpost.goauthentik.io/auth/caddy
@ -284,3 +287,5 @@ ntfy.sascha-lutz.de {
livekit.plappern.com {
reverse_proxy 10.4.1.110:7880
}