update service endpoint
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 28s

This commit is contained in:
geezo 2025-05-09 21:10:42 -04:00
parent af469d7955
commit 11a53e47b1

View File

@ -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
}