The trash guides say to avoid putting the arrs through VPN so I only put the torrent client through. Is that what you do?
Comment on Prowlarr VPN/proxy advice
anzo@programming.dev 1 year ago
Containers sharing the same network (e.g. gluetun) should be able to see each other’s by their hostnames. Check out github.com/…/inter-containers-networking.md
Elkenders@feddit.uk 1 year ago
iluap@lemmy.world 1 year ago
I am in the UK TOO, I use docker on a nas and I only have gluetun and qbittorrent using vpn, all my other containers (sonarr, radarr, bazarr, prowlarr) are kt behind vpn. What do you mean prowlarr cannot access the indexers? If you use the setting for the indexer you should be able to try different URLs for it, check if any of them works.
Elkenders@feddit.uk 1 year ago
Sorry don’t quite follow. Are the arrs behind VPN on your setup? If I use Gluetun for Prowlarr then I can connect fine to the public trackers, but the information doesn’t pass to Sonarr etc. Which makes sense to me, but I don’t know how to work around it.
iluap@lemmy.world 1 year ago
In my setup, only qbittorrent container is using the gluetun network, all other “arrs” are using bridge non-VPN connection (my ISP uses CGNAT and I have no need to access them from outside anyway). It may be my ISP does not block those indexers alternative URL’s, my previous one didn’t either though.
pyt0xic@lemmy.world 1 year ago
Gluetun is great, but it does not work with docker swarm. I’m using a container running wireguard and Dante as a SOCKS5 proxy, everything that needs a VPN is on an internal overlay network and routes through the proxy container. Only the proxy container is part of the public network and all external traffic goes through the VPN. I use Traefik as a reverse proxy which is part of both the private and public networks. Meaning I can access the private containers (qbitorrent, prowlarr and sonarr) externally through Traefik but they cannot access anything outside the internal private network unless they route though the proxy container.
It’s not perfect but it works xD