Sign inSign up

lalogo/qbittelegram

By lalogo

Updated over 2 years ago

BitTorrent's client for Telegram to manage easily and securely from anywhere torrent downloading

Image
0

1.0K

lalogo/qbittelegram repository overview



Manage your torrent server from anywhere via Telegram

Docker Compose

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

Environment Variables

Variable NameDescription
QBIT_HOSTThe host (IP) of the qBitTorrent server.
QBIT_PORTThe port of the qBitTorrent server.
QBIT_USERAMEThe username of the qBitTorrent server.
QBIT_PASSThe password of the qBitTorrent server.
TELEGRAM_TOKENThe token of the telegram bot
ADMINSThe telegram usernames of the admins (separeted by commas).

Features

  • Torrents:
    • ✅ Add torrent via magnet with a category.
    • ❌ Delete a torrent.
    • ❌ Resume.
  • Categories
    • ✅ List all categories.
    • ✅ View all torrents.
    • ✅ View all downloading torrents.
    • ❌ Add a category.
    • ❌ Edit a category.
  • Search:
    • ❌ Search torrents with search plugins.
    • ❌ Download from search.

Collaborate

You can collaborate to the project here

Tag summary

Content type

Image

Digest

sha256:2c8efbe99

Size

50.9 MB

Last updated

over 2 years ago

docker pull lalogo/qbittelegram