sync: Caddyfile vom VPS (Live = Source of Truth)
This commit is contained in:
parent
0843987f0a
commit
33ac1b4f3b
1 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
metrics
|
metrics
|
||||||
admin :2019
|
admin :2019
|
||||||
|
|
@ -75,6 +76,7 @@ grafana.sascha-lutz.de {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tesla.sascha-lutz.de {
|
tesla.sascha-lutz.de {
|
||||||
forward_auth 10.5.85.5:9000 {
|
forward_auth 10.5.85.5:9000 {
|
||||||
uri /outpost.goauthentik.io/auth/caddy
|
uri /outpost.goauthentik.io/auth/caddy
|
||||||
|
|
@ -160,6 +162,7 @@ dl.guck.tv {
|
||||||
reverse_proxy 10.2.1.100:5055 {
|
reverse_proxy 10.2.1.100:5055 {
|
||||||
header_up Host {host}
|
header_up Host {host}
|
||||||
header_up X-Real-IP {remote_host}
|
header_up X-Real-IP {remote_host}
|
||||||
|
# Optional: Timeout-Werte anpassen, falls nötig (z.B. für große Mediendateien)
|
||||||
transport http {
|
transport http {
|
||||||
dial_timeout 10s
|
dial_timeout 10s
|
||||||
read_timeout 30s
|
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 {
|
pve1.sascha-lutz.de {
|
||||||
forward_auth 10.5.85.5:9000 {
|
forward_auth 10.5.85.5:9000 {
|
||||||
uri /outpost.goauthentik.io/auth/caddy
|
uri /outpost.goauthentik.io/auth/caddy
|
||||||
|
|
@ -284,3 +287,5 @@ ntfy.sascha-lutz.de {
|
||||||
livekit.plappern.com {
|
livekit.plappern.com {
|
||||||
reverse_proxy 10.4.1.110:7880
|
reverse_proxy 10.4.1.110:7880
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue