Automatically updates qBittorrent's listening port to the port forwarded by Gluetun.
Go to file
SeanOMik ca6a6414f8
Version bump to 0.1.1
2023-12-13 20:13:07 -05:00
src Wait until qbittorrent is reachable on startup 2023-12-13 20:12:47 -05:00
.dockerignore Update dockerfile and .dockerignore 2023-12-13 20:06:39 -05:00
.gitignore Initial commit 2023-12-13 19:40:00 -05:00
Cargo.lock Version bump to 0.1.1 2023-12-13 20:13:07 -05:00
Cargo.toml Version bump to 0.1.1 2023-12-13 20:13:07 -05:00
Dockerfile Update dockerfile and .dockerignore 2023-12-13 20:06:39 -05:00
LICENSE Initial commit 2023-12-13 19:40:00 -05:00
README.md Initial commit 2023-12-13 19:40:00 -05:00

README.md

Gluetun Qbittorrent Port Updater

Automatically updates qBittorrent's listening port to the port forwarded by Gluetun.

Configuration

Currently the only configuration method is through environmental variables:

Name Description Example Required
PORT_UPD_QBITTORRENT_LOGIN The login information for the webui. admin false
PORT_UPD_QBITTORRENT_PASSWORD The password for the webui. adminadmin false
PORT_UPD_QBITTORRENT_PORT The port of the webui. 8080 true
PORT_UPD_QBITTORRENT_HOST The host of the webui. localhost true
PORT_UPD_PORT_FILE The path to the file that contains the port. /tmp/gluetun/forwarded_port true