diff --git a/caddy/conf/Caddyfile b/caddy/conf/Caddyfile index 24fe444..44a3a9d 100644 --- a/caddy/conf/Caddyfile +++ b/caddy/conf/Caddyfile @@ -75,7 +75,7 @@ habits.theocorp { jellyfin.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:2000 + reverse_proxy localhost:8096 } qbittorrent.theocorp { @@ -85,40 +85,40 @@ qbittorrent.theocorp { sabnzbd.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:2002 + reverse_proxy localhost:8080 } sonarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:2003 + reverse_proxy localhost:8989 } radarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:2004 + reverse_proxy localhost:7878 } lidarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:2006 + reverse_proxy localhost:8686 } readarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:2007 + reverse_proxy localhost:8787 } bazarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:2008 + reverse_proxy localhost:6767 } prowlarr.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:2009 + reverse_proxy localhost:9696 } gluetun.theocorp { tls /certs/theocorp+4.pem /certs/theocorp+4-key.pem - reverse_proxy localhost:8003 + reverse_proxy localhost:8000 } \ No newline at end of file