iam4x / bobarr

🍿 The all-in-one alternative for Sonarr, Radarr, Jackett... with a VPN and running in docker
MIT License
1.5k stars 85 forks source link

How do I add Jackett to the VPN connection? #243

Closed sylvesterroos closed 2 years ago

sylvesterroos commented 2 years ago

My country has blocked most of the good torrent websites, so they are not accessible without a VPN connection. How do I go about adding the jackett container to docker-compose.vpn.yml?

Nasticator commented 2 years ago

Not sure if you have sorted this out yet but you should be able to attach the jackett container to the vpn network you should also set the depends on flag to the vpn container the transmission section of the vpn compose should be a decent template for the settings needed

sylvesterroos commented 2 years ago

Can you give me the exact docker compose syntax? I tried for a bit but I couldn't figure it out. After that I can also make a pull request so #131 can be resolved :)

Nasticator commented 2 years ago

After having a quick mess around with it I broke everything and had to go from a backup of my compose file. I'll investigate more and get back to you but from what I can see we need to bind jackett to the vpn then use a reverse proxy like they have for the transmission web interface to make it accessible again