feat(caddy): add jellyfin, wizarr and jellystat sites
Deploy Caddyfile to valhalla / deploy (push) Failing after 1m37s
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:
@@ -133,6 +133,17 @@ requests.ginnoir.com {
|
|||||||
reverse_proxy seerr:5055
|
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
|
# 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
|
# DOWNLOAD CLIENTS — internal only
|
||||||
# =============================================================
|
# =============================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user