Created
June 4, 2021 02:15
-
-
Save huazhanshen/74b3350f32d25806737badf0c4a570b5 to your computer and use it in GitHub Desktop.
docker安装aria2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1、Docker注册表搜索安装oldiy/aria2-ui-ng | |
2、docker下新建文件夹Aria2,下面分别建立文件夹data(存放要下载的东西)和config(放置配置文件) | |
3、端口设置为6800和6801(浏览器访问的端口) | |
 | |
4、卷映射 | |
 | |
5、设置密钥,可以默认 | |
 | |
6、浏览器输入http://群晖IP:6081 访问AriaNG,首先设置NG,输入秘钥oldiy,设置好后aria状态变为已连接 | |
 | |
7、点击左侧“Aria2 设置”展开列表,点击列表中的“BitTorrent 设置”,在右侧找到“BT 服务器地址 (bt-tracker)”一项,在其文本框内输入BT服务器地址,地址与地址之间以半角逗号分隔。 | |
[Aria2 格式 Tracker:](https://trackerslist.com/#/zh?id=aria2-%e6%a0%bc%e5%bc%8f-tracker) | |
精选列表: | |
[https://trackerslist.com/best_aria2.txt](https://trackerslist.com/best_aria2.txt) | |
完整列表: | |
[https://trackerslist.com/all_aria2.txt](https://trackerslist.com/all_aria2.txt) | |
HTTP(S)列表: | |
[https://trackerslist.com/http_aria2.txt](https://trackerslist.com/http_aria2.txt) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment