All Projects → P3TERX → Aria2 Pro Docker

P3TERX / Aria2 Pro Docker

Licence: mit
Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像

Projects that are alternatives of or similar to Aria2 Pro Docker

Aria2.sh
Aria2 一键安装管理脚本 增强版
Stars: ✭ 1,276 (+59.1%)
Mutual labels:  downloader, download, bittorrent, aria2, magnet, magnet-link
Motrix
A full-featured download manager.
Stars: ✭ 29,357 (+3560.47%)
Mutual labels:  download, bittorrent, aria2, magnet
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (-91.9%)
Mutual labels:  bittorrent, download, magnet-link, magnet
Bt Btt
磁力網站U3C3介紹以及域名更新
Stars: ✭ 261 (-67.46%)
Mutual labels:  download, bittorrent, magnet, magnet-link
Aria2.js
JavaScript library for aria2, "The next generation download utility."
Stars: ✭ 471 (-41.27%)
Mutual labels:  bittorrent, aria2, magnet
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+150.75%)
Mutual labels:  bittorrent, magnet, magnet-link
Magnetx
资源搜索型软件 macOS OSX magnet
Stars: ✭ 1,819 (+126.81%)
Mutual labels:  download, magnet, magnet-link
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (-89.4%)
Mutual labels:  downloader, download, docker-image
Photon
A lightweight multi-threaded downloader based on aria2.
Stars: ✭ 3,030 (+277.81%)
Mutual labels:  downloader, download, aria2
Photon
A lightweight multi-threaded downloader based on aria2.
Stars: ✭ 3,026 (+277.31%)
Mutual labels:  downloader, download, aria2
Negibox
All in one downloader 全能下载器
Stars: ✭ 335 (-58.23%)
Mutual labels:  downloader, download, aria2
Animetrackerlist
动漫磁性链接加速方案(animeTrackerList)
Stars: ✭ 572 (-28.68%)
Mutual labels:  aria2, magnet, magnet-link
Arch Delugevpn
Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
Stars: ✭ 404 (-49.63%)
Mutual labels:  downloader, docker-image
Pluradl.py
Automated download of Pluralsight courses
Stars: ✭ 406 (-49.38%)
Mutual labels:  downloader, download
Trashemail
A hosted disposable email telegram bot; Extremely privacy friendly; Proudly hosted for community.
Stars: ✭ 408 (-49.13%)
Mutual labels:  docker-image, docker-compose
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+415.96%)
Mutual labels:  bittorrent, magnet-link
Kraken
P2P Docker registry capable of distributing TBs of data in seconds
Stars: ✭ 4,849 (+504.61%)
Mutual labels:  bittorrent, docker-image
Update4j
Create your own auto-update framework
Stars: ✭ 497 (-38.03%)
Mutual labels:  downloader, download
Aria2
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
Stars: ✭ 25,001 (+3017.33%)
Mutual labels:  download, bittorrent
Safari2aria
safari extension for use aria2 to replace safari default download
Stars: ✭ 563 (-29.8%)
Mutual labels:  download, aria2

English | 中文

Aria2 Pro Docker

LICENSE GitHub Stars GitHub forks Docker Stars Docker Pulls GitHub Workflow Status

A perfect Aria2 Docker image. Out of the box, just add download tasks and don't need to think about anything else.

Features

  • Supported platforms: amd64, i386, arm64, arm/v7, arm/v6
  • Full Function: Async DNS, BitTorrent, Firefox3 Cookie, GZip, HTTPS, Message Digest, Metalink, XML-RPC, SFTP
  • max-connection-per-server unlimited.
  • retry on slow speed (lowest-speed-limit) and connection close
  • High BT download rate and speed
  • Get BitTorrent tracker automatically
  • Download error automatically delete files
  • Download cancel automatically delete files
  • Automatically clear .aria2 suffix files
  • Automatically clear .torrent suffix files
  • No lost task progress, no repeated downloads
  • And more powerful features

Usage

Docker CLI

  • No matter what architecture platform is used, just use the following command to start the container ( Just need to replace the <TOKEN> field ):
docker run -d \
    --name aria2-pro \
    --restart unless-stopped \
    --log-opt max-size=1m \
    -e PUID=$UID \
    -e PGID=$GID \
    -e UMASK_SET=022 \
    -e RPC_SECRET=<TOKEN> \
    -e RPC_PORT=6800 \
    -p 6800:6800 \
    -e LISTEN_PORT=6888 \
    -p 6888:6888 \
    -p 6888:6888/udp \
    -v $PWD/aria2-config:/config \
    -v $PWD/aria2-downloads:/downloads \
    p3terx/aria2-pro
  • Then you need a WebUI for control, such as AriaNg. This link is provided by the developer and can be used directly. Or use Docker to deploy it yourself:
docker run -d \
    --name ariang \
    --log-opt max-size=1m \
    --restart unless-stopped \
    -p 6880:6880 \
    p3terx/ariang

TIPS: It is important for the firewall to open ports.

Docker Compose

wget git.io/aria2-pro.yml
  • Edit Compose file
vim aria2-pro.yml
  • Compose up
docker-compose -f aria2-pro.yml up -d

Other

Parameters

Parameter Function
-e PUID=$UID
-e PGID=$GID
Bind UID and GID to the container, which means you can use a non-root user to manage downloaded files.
-e UMASK_SET=022 For umask setting of Aria2, optional , default if left unset is 022
-e RPC_SECRET=<TOKEN> Set RPC secret authorization token. Default: P3TERX
-e RPC_PORT=6800 Set RPC listen port.
-p 6800:6800 bind RPC listen port.
-e LISTEN_PORT=6888 Set TCP/UDP port number for BitTorrent/DHT listen.
-p 6888:6888 Bind BT listen port (TCP).
-p 6888:6888/udp Bind DHT lisen port (UDP).
-v <PATH>:/config Contains all relevant configuration files.
-v <PATH>:/downloads Location of downloads on disk.
-e DISK_CACHE=<SIZE> Set up disk cache. SIZE can include K or M (1K = 1024, 1M = 1024K), e.g 64M.
-e IPV6_MODE=<BOOLEAN> Whether to enable IPv6 support for Aria2. Optional: true or false. Set the options disable-ipv6=false and enable-dht6=true in the configuration file(aria2.conf).
-e UPDATE_TRACKERS=<BOOLEAN> Whether to update BT Trackers List automatically. Optional: true or flase, default if left unset is true
-e CUSTOM_TRACKER_URL=<URL> Custom BT Trackers List URL. If not set, it will be get from https://trackerslist.com/all_aria2.txt.
-e TZ=Asia/Shanghai Specify a timezone to use e.g. Asia/Shanghai

Advanced

I am working hard on my English, so this part may be explained in detail later. If you can read Chinese, read the details in my blog.

Credits

License

MIT © P3TERX

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].