If you want to expand this even further, you can set up Gluetun to run this container through a VPN of your choice. Self-hosting a Soulmask Dedicated Server on Linux How to Prune Unused Docker Images, Containers, or Volumes Setting up a Speedtest Tracker using Docker Where Docker Images ...
version: "3.5" services: qbittorrent: image: markusmcnugen/qbittorrentvpn:latest network_mode: "bridge" privileged: true container_name: qBittorrent volumes: - /share/Docker/qbittorrent/:/config:rw - /share/CACHEDEV1_DATA/share/CACHEDEV1_DATA/.qpkg/qBittorrent/Downloads/:/Downloads:rw - ...
To deploy the stack with VPN (with nordvpn): VPN_SERVICE_PROVIDER=nordvpn OPENVPN_USER=openvpn-username OPENVPN_PASSWORD=openvpn-password SERVER_COUNTRIES=Switzerland RADARR_STATIC_CONTAINER_IP=radarr-container-static-ip SONARR_STATIC_CONTAINER_IP=sonarr-container-static-ip docker compose --profile ...
Thanks, as a fix that works for me until a proper fix comes along... I'm using Qbittorrent-VPN docker 👍 2 xaxxon commented May 12, 2020 Just updating people that this is still a thing in 4.2.5. 👍 4 thatkookooguy commented May 14, 2020 @xaxxon yup. just encountered th...
- FEATURE: Add an option to allow the use of proxies only for torrents. Closes #2701. (pmzqla) - FEATURE: Detect network interface state changes. It should detect VPN connection resets. (Pawel Polewicz) - FEATURE: Switch to u* ...
Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Caddy with SSL support. Forked from github.com/AdrienPoupa/docker-compose-nas - william-opie/docker-compose-nas
Docker To install Docker on your system, you can use the following script: curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh To use Docker Compose with this repository, you first need to choose whether you want to use the version with VPN or without VPN. Then, nav...
In my case it only happens when using a VPN service. CPU usage drops back to 1% or below when I disable it. 👍 1 Member FranciscoPombal commented Dec 16, 2020 @LarLei @pygeonburger I've been experiencing a similar issue with higher CPU utilization, around 40%-45% with v4.3.0...
My VPN provider does have an HTTP proxy, and using that with qB does work. But of course that's insecure, plus using HTTP or HTTPS does not support UDP traffic, which is a big need in torrent traffic because of its widespread popularity and adoption not only in trackers but also DHT....
(Optional) Enable Tor support: echo 'net-vpn/zeronet tor' >> /etc/portage/package.use emerge zeronet rc-service zeronet start Open http://127.0.0.1:43110/ in your browserSee /usr/share/doc/zeronet-*/README.gentoo.bz2 for further assistance.Free...