BitTorrent's client for Telegram to manage easily and securely from anywhere torrent downloading
1.0K
version: '3.8'
services:
qbittelegram:
container_name: qBitTelegram
image: lalogo/qbittelegram:latest
environment:
- QBIT_HOST=127.0.0.1
- QBIT_PORT=8080
- QBIT_USERAME=admin
- QBIT_PASS=admin
- TELEGRAM_TOKEN=XXXXXXXXX:XXXXXXXXXXXXXX
- ADMINS=admin1,admin2
restart: unless-stopped
| Variable Name | Description |
|---|---|
QBIT_HOST | The host (IP) of the qBitTorrent server. |
QBIT_PORT | The port of the qBitTorrent server. |
QBIT_USERAME | The username of the qBitTorrent server. |
QBIT_PASS | The password of the qBitTorrent server. |
TELEGRAM_TOKEN | The token of the telegram bot |
ADMINS | The telegram usernames of the admins (separeted by commas). |
You can collaborate to the project here
Content type
Image
Digest
sha256:2c8efbe99…
Size
50.9 MB
Last updated
over 2 years ago
docker pull lalogo/qbittelegram