started implementing radarr and sonarr

This commit is contained in:
Chris Kruining 2025-06-05 20:24:17 +02:00
parent 7b363964f7
commit f198d98437
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
23 changed files with 45022 additions and 15 deletions

27
Caddyfile Normal file
View file

@ -0,0 +1,27 @@
http://localhost
route /sonarr/api/v3/* {
uri strip_prefix /sonarr
reverse_proxy sonarr_v3:4010
}
route /sonarr/api/v5/* {
uri strip_prefix /sonarr
reverse_proxy sonarr_v5:4010
}
route /radarr/* {
uri strip_prefix /radarr
reverse_proxy radarr:4010
}
# route /tmdb/* {
# uri strip_prefix /tmdb
# reverse_proxy tmdb:4010
# }
route /jellifin/* {
uri strip_prefix /jellifin
reverse_proxy jellifin:4010
}