We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装aria2:
docker run -d \ --name aria2 \ --restart unless-stopped \ --log-opt max-size=1m \ -e PUID=$UID \ -e PGID=$GID \ -e UMASK_SET=022 \ -e RPC_SECRET=shSdxjZJDNdfd \ -e RPC_PORT=6800 \ -e LISTEN_PORT=6888 \ -p 16800:6800 \ -p 16888:6888 \ -p 16888:6888/udp \ -v /share/aria2Download/config:/config \ -v /share/aria2Download/aria2Download:/downloads \ -v /share/aria2Download/log:/log \ p3terx/aria2-pro
其中RPC_SECRET和-v配置项按个人需求进行变更
RPC_SECRET
-v
安装aria2Ng
docker run -d \ --name ariang \ --log-opt max-size=1m \ --restart unless-stopped \ -p 16880:6880 \ p3terx/ariang
安装完毕后,访问 http://192.168.31.178:16880/#!/downloading即可打开页面
http://192.168.31.178:16880/#!/downloading
推荐配置参考:github - aria2.conf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Docker篇
安装aria2和ariaNg
安装aria2:
其中
RPC_SECRET
和-v
配置项按个人需求进行变更安装aria2Ng
安装完毕后,访问
http://192.168.31.178:16880/#!/downloading
即可打开页面推荐配置参考:github - aria2.conf
The text was updated successfully, but these errors were encountered: