From f303fa3d6d34a002d6100a24f9f09a786ca4cd09 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 29 Nov 2025 10:11:31 -0500 Subject: [PATCH] feat: Adds jellyseerr service. --- config/Caddyfile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/Caddyfile b/config/Caddyfile index 6ce7a6f..f593f3c 100644 --- a/config/Caddyfile +++ b/config/Caddyfile @@ -136,6 +136,10 @@ crowdsec } + + ###################################################### + # Media / *arr stack + ###################################################### @jellyfin host jellyfin.housh.dev handle @jellyfin { reverse_proxy http://frankenmini.housh.dev:8096 @@ -177,6 +181,12 @@ reverse_proxy http://frankenmini.housh.dev:6767 crowdsec } + + @jellyseerr host jellyseerr.housh.dev + handle @jellyseerr { + reverse_proxy http://frankenmini.housh.dev:5055 + crowdsec + } } # Console