From af469d7955421740c9a2116d5ed96aa0fbbe71a3 Mon Sep 17 00:00:00 2001 From: geezo Date: Fri, 9 May 2025 20:44:01 -0400 Subject: [PATCH] ibik --- caddy/conf/Caddyfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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