diff --git a/Caddyfile b/Caddyfile index fb3abcc..781e87e 100644 --- a/Caddyfile +++ b/Caddyfile @@ -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 # =============================================================