DyonR / docker-qbittorrentvpn

Docker container which runs a qBittorent-nox client with an optional WireGuard or OpenVPN connection
https://hub.docker.com/r/dyonr/qbittorrentvpn/
GNU General Public License v3.0
252 stars 82 forks source link

Jackett and qbittorrent vpn? #150

Open Emporea opened 1 year ago

Emporea commented 1 year ago

I want to use Jackett also behind a vpn so I thought I could just make my own Dockerfile using this one as FROM and add Jackett. But this brings multiple disadvantageous i think.

@DyonR Can you recommend a way, maybe a single docker container, that acts like a vpn, and i can then connect other containers to it so that they will pass their whole internet through the vpn container while still being able to access the container locally within the docker network?

JPBeltman commented 1 year ago

I don’t think this repo aims to solve that particular problem.

Gluetun by qdm12 (repo link) is a vpn container through which you can route other containers. Be sure to read the GitHub wiki, as it’s quite good, and read the issues, there are some bugs.

DyonR commented 1 year ago

This qbittorrentvpn docker has the same capabilities as my passthroughvpn container; https://github.com/DyonR/docker-passthroughvpn

Everything in that readme also applies to this container