Gluetun with Proton VPN with qBittorrent with Docker #2686
Replies: 5 comments 52 replies
-
|
Here's a docker-compose.yml that's 90% of the way there. Look to update all the variables ( For Gluetun will write the port you receive from protonvpn to a file and the In qbittorrent, make sure you check |
Beta Was this translation helpful? Give feedback.
-
|
hello i keep having issues with proton vpn and glueton working and i belive from the logs that the vpn conencts but then it can't ping 1.1.1.1 so it then trys again here are the 2 docker.yml files i gave tried |
Beta Was this translation helpful? Give feedback.
-
|
I've rewritten SnoringDragon/gluetun-qbittorrent-port-manager in Python. The goal was to make the integration between Gluetun and qBittorrent a bit more robust and configurable. Key improvements:
You can find the repository here: jopiermeier/gluetun-qbittorrent-port-manager I'd be happy on some feedback! |
Beta Was this translation helpful? Give feedback.
-
|
Seems my issue was because the below in FIREWALL_OUTBOUND_SUBNETS=192.168.0.0/16,172.16.0.0/12 10.0.0.0/8 All is well in the world now :) |
Beta Was this translation helpful? Give feedback.
-
|
For anyone else seeking an easy way to do this, here's how I did it with v3.40.0+ This env variable adds a command that runs once port forwarding starts and was added in v3.40.0. The command used updates the forward port that qBittorrent uses automatically with no need for any extra containers or anything else. I also made sure to add the qBittorrent web ui port to the ports in gluetun |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, total beginner here.
I'm trying to set up ProtonVPN, Gluetun, and qBittorrent with a properly forwarded port, but I can't figure it out. Since Proton assigns a random port, is there a compose file or guide that explains how to set this up?
I found some guides, but they seem outdated, and I'm not sure how to adapt them to the latest setup.
Also, as a side question—do Prowlarr, Sonarr, and Radarr need to run through Gluetun as well, or do they just communicate with qBittorrent? I'm a bit confused about how this works.
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions