Sign inSign up

baba2580/aria2-pro

By baba2580

Updated 21 days ago

Aria2 Pro with automated Rclone multi-cloud upload pipeline

Image
Networking
Developer tools
0

1.0K

baba2580/aria2-pro repository overview

Aria2 Pro (baba2580/aria2-pro)

A high-performance Aria2 downloader image with integrated automated Rclone multi-cloud upload pipeline, BitTorrent acceleration, tracker updater, and multi-architecture support (linux/amd64, linux/arm64).

Part of the Aria-AriaNg Server turnkey stack.


⚡ Features

  • 🚀 High-Speed Downloads: Multi-connection segmented downloads with optimized chunk sizing and disk caching.
  • ☁️ Automated Rclone Cloud Uploads: Automatically triggers upload scripts upon download completion to OneDrive, Google Drive, Mega, S3, WebDAV, or local targets.
  • 📡 Built-in Tracker Auto-Update: Fetches stable BitTorrent trackers automatically to maximize peer discovery and torrent speeds.
  • 🛡️ Secure JSON-RPC: Token-protected remote procedure call interface ready for AriaNg, web UIs, and extensions.
  • 🐳 Multi-Arch: Native builds for amd64 (Intel/AMD) and arm64 (Oracle Cloud Ampere A1, Raspberry Pi, AWS Graviton, Apple Silicon).

🚀 Quick Start (Docker Compose)

services:
  aria2-pro:
    image: baba2580/aria2-pro:latest
    container_name: aria2-pro
    restart: always
    user: "0:0"
    ports:
      - "6800:6800"
    environment:
      - RPC_SECRET=your_secret_token
      - PUID=1000
      - PGID=1000
      - TZ=UTC
    volumes:
      - ./aria2:/config
      - ./script:/config/script
      - /var/run/docker.sock:/var/run/docker.sock
      - ./downloads:/downloads
      - ./cloud-destinations.json:/config/cloud-destinations.json:ro

Tag summary

Content type

Image

Digest

sha256:d81921168

Size

28.4 MB

Last updated

21 days ago

docker pull baba2580/aria2-pro