Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

P3TERX/Aria2-Pro-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English |中文

Aria2 Pro Docker

LICENSEGitHub StarsGitHub forksDocker StarsDocker PullsGitHub 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 asAriaNg.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

ParameterFunction
-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=022For umask setting of Aria2, optional , default if left unset is022
-e RPC_SECRET=<TOKEN>Set RPC secret authorization token. Default:P3TERX
-e RPC_PORT=6800Set RPC listen port.
-p 6800:6800bind RPC listen port.
-e LISTEN_PORT=6888Set TCP/UDP port number for BitTorrent/DHT listen.
-p 6888:6888Bind BT listen port (TCP).
-p 6888:6888/udpBind DHT lisen port (UDP).
-v <PATH>:/configContains all relevant configuration files.
-v <PATH>:/downloadsLocation of downloads on disk.
-e DISK_CACHE=<SIZE>Set up disk cache. SIZE can includeK orM (1K = 1024, 1M = 1024K), e.g64M.
-e IPV6_MODE=<BOOLEAN>Whether to enable IPv6 support for Aria2. Optional:true orfalse. Set the optionsdisable-ipv6=false andenable-dht6=true in the configuration file(aria2.conf).
-e UPDATE_TRACKERS=<BOOLEAN>Whether to update BT Trackers List automatically. Optional:true orflase, default if left unset istrue
-e CUSTOM_TRACKER_URL=<URL>Custom BT Trackers List URL. If not set, it will be get fromhttps://trackerslist.com/all_aria2.txt.
-e TZ=Asia/ShanghaiSpecify 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 inmy blog.

Credits

License

MIT © P3TERX


[8]ページ先頭

©2009-2025 Movatter.jp