Skip to content

bubuntux/protorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d748627 ยท Dec 12, 2024

History

43 Commits
Feb 5, 2024
Jun 16, 2024
Oct 10, 2023
Oct 10, 2023
Oct 10, 2024
Oct 10, 2023
Dec 12, 2024

Repository files navigation


Protorrent

Proton VPN + qBtittorrent

How to use this image

First you need to obtain the wireguard configurations from https://account.protonvpn.com/downloads:

  • Enable VPN Accelerator
  • Enable NAT-PMP (Port Forwarding)
  • Select a server that supports p2p.

Save this configuration file as /config/wireguard/wg0.conf

Start the container using (or equivalent)

docker run -d --privileged -v <localDir>:/config -p 8080:8080 ghcr.io/bubuntux/protorrent

The container is gonna be accessible only locally or through the docker network, meaning that you will need a reverse proxy like swag or traeffik to access it when not running locally.

You can also add an environment variable that would open the traffic to the specified network

docker run -d --privileged -v <localDir>:/config -p 8080:8080 -e NET_LOCAL=192.168.0.0/24 ghcr.io/bubuntux/protorrent

Environent ( -e )

Variable Default Description
PUID 1000 for UserID
PGID 1000 for GroupID
NET_LOCAL CIDR networks (IE 192.168.1.0/24), add a route to allows replies once the VPN is up.
TZ UTC Specify a timezone to use EG Europe/London.

Disclaimer

This project is independently developed for personal use, there is no affiliation with ProtonVPN, ProtonAG or qBittorrent, ProtonAG companies are not responsible for and have no control over the nature, content and availability of this project.