From 16a91ff9c122cb806b1f101dedb5a53721e8274d Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 28 Nov 2025 17:59:06 -0500 Subject: [PATCH] feat: Adds other *arr stack items. --- config/Caddyfile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/config/Caddyfile b/config/Caddyfile index 6796dd7..0ba49a9 100644 --- a/config/Caddyfile +++ b/config/Caddyfile @@ -154,6 +154,35 @@ crowdsec } + @radarr host radarr.housh.dev + handle @radarr { + reverse_proxy http://frankenmini.housh.dev:7878 + crowdsec + } + + @sonarr host sonarr.housh.dev + handle @sonarr { + reverse_proxy http://frankenmini.housh.dev:8989 + crowdsec + } + + @lidarr host lidarr.housh.dev + handle @lidarr { + reverse_proxy http://frankenmini.housh.dev:8686 + crowdsec + } + + @bazarr host bazarr.housh.dev + handle @bazarr { + reverse_proxy http://frankenmini.housh.dev:6767 + crowdsec + } + + @prowlarr host prowlarr.housh.dev + handle @prowlarr { + reverse_proxy http://frankenmini.housh.dev:9696 + crowdsec + } } # Console