Are there any good docker containers that have an openvpn + qbittorrent configuration setup in such a way that the torrents won’t run if the vpn isn’t running?
1. Posts must be related to the discussion of digital piracy
2. Don’t request invites, trade, sell, or self-promote
3. Don’t request or link to specific pirated titles, including DMs
4. Don’t submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Saltbox is a great option!
https://docs.saltbox.dev/saltbox/basics/install_types/
This looks cool, but I think I’m missing how this installs in a docker container. I feel stupid for being confused by this 🤔
So question does a vpn in a docker container directly tunnel that docker to the vpn basically not touching anything outside of it(i.e home ip/net)?
Yes, it can only affect the network of the container
Now you got me thinking Might actually make a post asking for an equivalent usenet (box) to have a usenet and seedbox on prem:D
That Saltbox one can be used for both Usenet or torrents
Ah interesting. Might be worth looking into the saltbox someone posted above. I currently use a seedbox service
I run wireguard in one container (as a client connected to Mullvad), and then qBittorent in another container but using the network of the wireguard container.
Then I just set up routing rules in wireguard to allow my local network to be exempted from the tunnel so I can reach the web interface of qBittorent.
All my torrent traffic goes over the VPN, I can still reach the webui and none of my other containers are affected. Super simple and very reliable.
https://swizzin.ltd/
Well that looks really neat
The binhex container has worked well for me on Unraid.
This actually looks basically exactly like what I want, but only runs on arch. I do have an arch server but it’s not my normal tor server. Is there a debian version of this? If not it’s cool, I might put it on my arch server, it’d just be easier to keep it on my existing tor server.
Arch is just the base that is used for the containers. It doesn’t matter what your host OS is.
I second this. I prefer their deluge container but really like how binhex has things set up.
haugene/docker-transmission-openvpn might be what you’re looking for. I’ve had success with that container in the past.
Can confirm have been running this for years now without much issue