gluetun-qbit-port-updater/README.md

14 lines
737 B
Markdown
Raw Normal View History

2023-12-14 00:36:36 +00:00
# Gluetun Qbittorrent Port Updater
Automatically updates qBittorrent's listening port to the port forwarded by [Gluetun](https://github.com/qdm12/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 |