Telegram-Controlled Cloud Downloader
TeleAria combines Aria2 with Telegram for effortless downloading of files, torrents, and videos. Lightweight and customizable, it integrates seamlessly with Plex, Jellyfin, or Stremio to enhance your media setup.
- Download files, torrents, and videos via Telegram
- High-speed downloads with Aria2
- Real-time progress updates
- Auto-sorted downloads
- Bandwidth and scheduling controls
docker run -d \
--name telearia \
--restart unless-stopped \
-p 6799:6799 \
-e TELEGRAMBOT=Your-Telegram-Bot-Token \
ghcr.io/besoeasy/telearia:main
- Restrict access:
-e WHITE_LIST_USER=123456,654321
- Mount downloads:
-v /path/to/downloads:/tmp/downloads
- Plex/Jellyfin: Set
/tmp/downloads
as your media folder - Stremio: Use
http://localhost:6799/manifest.json
Enhance self-hosting with Cloudflare Tunnel or Serveo:
ssh -R 80:localhost:6799 serveo.net