2
0
Fork 0
This repository has been archived on 2025-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
qbittorrent-natpmp-docker/README.md

22 lines
786 B
Markdown
Raw Normal View History

2023-03-16 19:34:34 +00:00
# qbittorrent-natmap
2023-03-16 19:54:23 +00:00
Docker container to maintain and update the NAT-PMP/UPnP forwarded port to qBittorrent.
Tested with Gluetun using ProtonVPN (Wireguard) and qBittorrent.
2023-03-16 20:15:13 +00:00
This solution can probably need a few tweaks and error handling, also some work in opening only the needed port on the VPN container.
In the repo a sample docker-compose.yml can be found.
The following variables can be set:
- QBITTORRENT_SERVER (Default: <not set>)*
- QBITTORRENT_PORT (Default: 8080)
- QBITTORRENT_USER (Default: admin)
- QBITTORRENT_PASS (Default: adminadmin)
- VPN_CT_NAME (Default: gluetun)
- VPN_IF_NAME (Default: tun0)
- VPN_GATEWAY* (Default: <not set>)*
- CHECK_INTERVAL (Default: 300s)
- NAT_LEASE_TIME (Default: 300s)