哈哈,不知道现在还有多少小伙伴还在用 Aria2 。默认的 Aria2 ,只支持单服务使用 16 线程下载,这个版本没有这个限制。
项目地址: https://cnb.cool/flyinbug/aria2-static-build,基于项目: P3TERX/Aria2-Pro-Core
| P3TERX/Aria2-Pro-Core 到 1.36 以后就不更新了。升级到 1.37.0 和外围依赖的 OpenSSL 等。
封装为一键 Shell 脚本以及 Docker:
Github 镜像仓库:
如果你想在 Linux 设置上安装:
bash -c "$(wget -qO- https://cnb.cool/Mintimate/tool-forge/AutoInstallAria2/-/git/raw/main/AutoInstallAria2ForLinux.sh)"
一键安装后,默认在$HOME/aria2Auto
下生成配置文件aria2.conf
等文件:
mintimate at StarServer in ~/aria2Auto
$ tree
.
├── aria2c
├── aria2.conf
└── deleteAria2.conf
你也可以使用 docker ,当前支持 ARM64 和 AMD64 架构的 Docker 包:
docker run -d --name aria2 -p 6800:6800 -v ~/Downloads:/app/Downloads docker.cnb.cool/mintimate/tool-forge/autoinstallaria2
其中:
RPC 初始密码获取:
docker exec -it aria2 cat /app/initAria2Password
未来计划:
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.