Skip to content

besoeasy/telearia

Repository files navigation

TeleAria

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.

TeleAria

Features

  • Download files, torrents, and videos via Telegram
  • High-speed downloads with Aria2
  • Real-time progress updates
  • Auto-sorted downloads
  • Bandwidth and scheduling controls

Quick Setup (Docker)

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

Media Integration

  • Plex/Jellyfin: Set /tmp/downloads as your media folder
  • Stremio: Use http://localhost:6799/manifest.json

Tunnel (Optional)

Enhance self-hosting with Cloudflare Tunnel or Serveo:

ssh -R 80:localhost:6799 serveo.net