SuperNG6 / docker-aria2

Docker Aria2的最佳实践
https://hub.docker.com/r/superng6/aria2
410 stars 45 forks source link

webui未能成功连接aria2 #57

Closed ShiverZm closed 2 years ago

ShiverZm commented 2 years ago

截图_20221021145740

ShiverZm commented 2 years ago

docker run -d \ --name=aria2 \ --privileged=true \ -e PUID=0 \ -e PGID=0 \ -e TZ=Asia/Shanghai \ -e SECRET=123456 \ -e CACHE=512M \ -e PORT=6800 \ -e BTPORT=32516 \ -e WEBUI=true \ -e WEBUI_PORT=8080 \ -e UT=true \ -e RUT=true \ -e FA=falloc \ -e QUIET=true \ -e SMD=true \ -p 6881:6881 \ -p 6881:6881/udp \ -p 6800:6800 \ -p 8080:8080 \ -v $PWD/config:/config \ -v $PWD/downloads:/downloads \ superng6/aria2:webui-latest

ShiverZm commented 2 years ago

已解决 1.进入0.0.0.0:8080 找到AriaNg设置->RPC(0.0.0.0:8080) 截图_20221021170922

2.修改Aria2 RPC地址为 localhost (如果设置了RPC密钥的话记得填上去 我就是忘了填写)
截图_20221021171038

SuperNG6 commented 2 years ago

webui里设置aria2服务器地址 LJiM7x

ShiverZm commented 2 years ago

@SuperNG6 顺便一问 大佬为何下载速度一直不动 截图_20221021171516

SuperNG6 commented 2 years ago

取决于资源,如果能够连接到更多的资源上传者那么速度才能变快 在 2022年10月21日 +0800 17:15,Shiver @.***>,写道:

@SuperNG6 顺便一问 大佬为何下载速度一直不动 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>

ShiverZm commented 2 years ago

取决于资源,如果能够连接到更多的资源上传者那么速度才能变快 在 2022年10月21日 +0800 17:15,Shiver @.>,写道: @SuperNG6 顺便一问 大佬为何下载速度一直不动 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.>

但是问题来了 我用主机的aria2 配置bttorrent列表 之后下载是正常的