Hi selfhosted, I made a short tutorial for anyone who might want to dive into arr selfhosted software but dont know where to start. I did it on my RPI but docker config will work in any docker friendly environment so adjust it to your scenerio. I will gladly discuss that topic so fell free to talk.
You could make a container for the VPN and have the torrents route through that. Instead of having the whole system go through the VPN. You can then also make the VPN a dependency of the torrent container to prevent it from leaking torrent traffic out of your standard internet connection.
Gluetun is the answer! Just setup the gluetun container, then for the other containers do network_mode: “container:gluetun”, and it’ll route all of it’s traffic through gluetun
i’ve used this one before but i hasn’t been updated in a while
Sure, but im using this setup only for downloading so it doesnt really matter to me. Everything works fine so i stoped tinkering at some point and i just let it work.
OP be careful nobug warned you that your home IP can maybe leak if something happens like VPN disconnect or server crapping out. Btw if you are using torrents you are not only downloading, you are also uploading and sharing the content.
I checked the guide, and its a shame you didnt make it before I was building my arr setup. Thx for sharing
if you’re going to share it as a noob-friendly package, maybe don’t be such a prick about making it noob-friendly
I use this guy https://github.com/haugene/docker-transmission-openvpn
Open up the transmission rpc port and you’re golden. It also sets up a proxy for any other services/devices you want to run through the VPN. Supports port forwarding for PIA too.
How would one do that if they had basic Linux knowledge but have not really touched docker? Asking for a friend and for his educational purposes only :)
Using Google ;-)
https://www.naturalborncoder.com/linux/2021/02/19/making-a-docker-container-use-a-vpn/
Ah yes, the eternally helpful answer of “look it up yourself” which absolutely encourages people to partake in communities and ask questions when they see things that make them curious