Containerised version of rtelegram (https://github.com/pyed/rtelegram)
10K+
Containerised version of rtelegram
rtelegram is a Telegram bot for interacting with a rTorrent instance.
Set the variables RT_TOKEN, RT_MASTERS and RT_URL with your relevant details
docker run -d -e RT_TOKEN="TELEGRAMBOTTOKEN" -e RT_MASTERS="USERNAME" -e RT_URL="10.0.0.1:5000" b3vis/rtelegram
version: "2"
services:
rtorrent_exporter:
image: b3vis/rtelegram
restart: always
container_name: rtelegram
environment:
- RT_TOKEN="TELEGRAMBOTTOKEN"
- RT_MASTERS="USERNAME"
- RT_URL="10.0.0.1:5000"
Content type
Image
Digest
Size
4.5 MB
Last updated
almost 9 years ago
docker pull b3vis/rtelegram