feat: Adds other *arr stack items.

This commit is contained in:
2025-11-28 17:59:06 -05:00
parent 2d5d3f427c
commit 16a91ff9c1

View File

@@ -154,6 +154,35 @@
crowdsec 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 # Console