diff --git a/caddy/conf/Caddyfile b/caddy/conf/Caddyfile index 44a3a9d..e133688 100644 --- a/caddy/conf/Caddyfile +++ b/caddy/conf/Caddyfile @@ -75,50 +75,50 @@ habits.theocorp { jellyfin.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:8096 + reverse_proxy jellyfin:8096 } qbittorrent.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:2001 + reverse_proxy qbittorrent:2001 } sabnzbd.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:8080 + reverse_proxy sabnzbd:8080 } sonarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:8989 + reverse_proxy sonarr:8989 } radarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:7878 + reverse_proxy radarr:7878 } lidarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:8686 + reverse_proxy lidarr:8686 } readarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:8787 + reverse_proxy readarr:8787 } bazarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:6767 + reverse_proxy bazarr:6767 } prowlarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:9696 + reverse_proxy prowlarr:9696 } gluetun.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:8000 + reverse_proxy gluetun:8000 } \ No newline at end of file