Automatically sets qBittorrent torrenting port based on gluetun VPN port forwarding
10K+
Based on mjmeli/qbittorrent-port-forward-gluetun-server.
Tested on Raspberry Pi.
Gluetun needs VPN_PORT_FORWARDING=on
Example docker compose:
torrent-port-fwd:
image: dzonder/qbittorrent-port-forward-gluetun-server:latest
environment:
- QBT_USERNAME=qbtlogin
- QBT_PASSWORD=qbtpass
- QBT_ADDR=http://localhost:9090
- GTN_ADDR=http://localhost:8000
network_mode: service:gluetun
restart: unless-stopped
Content type
Image
Digest
sha256:532472d81…
Size
6.7 MB
Last updated
5 days ago
docker pull dzonder/qbittorrent-port-forward-gluetun-server