feat(caddy): add jellyfin, wizarr and jellystat sites
Deploy Caddyfile to valhalla / deploy (push) Failing after 1m37s

jellyfin and wizarr are public by design — they replace Plex's own
remote access. jellystat is internal_gate + forward_auth, matching the
tautulli pattern.
This commit is contained in:
ginnoir
2026-08-05 13:17:48 -05:00
parent de759345ec
commit ccbce57ab9
+22
View File
@@ -133,6 +133,17 @@ requests.ginnoir.com {
reverse_proxy seerr:5055
}
# =============================================================
# STREAMING — public (replaces Plex's own remote access)
# =============================================================
jellyfin.ginnoir.com {
reverse_proxy jellyfin:8096
}
wizarr.ginnoir.com {
reverse_proxy wizarr:5690
}
# =============================================================
# MEDIA MANAGEMENT — internal only
# =============================================================
@@ -204,6 +215,17 @@ tautulli.ginnoir.com {
}
}
jellystat.ginnoir.com {
route {
import internal_gate
import authentik_outpost
handle {
import authentik_forward_auth
reverse_proxy jellystat:3000
}
}
}
# =============================================================
# DOWNLOAD CLIENTS — internal only
# =============================================================