Aria2-Pro-Docker icon indicating copy to clipboard operation
Aria2-Pro-Docker copied to clipboard

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

Results 102 Aria2-Pro-Docker issues
Sort by recently updated
recently updated
newest added

-> [util.cc:1948] errNum=13 errorCode=18 Failed to make the directory /PPT/PPT模板/54套/ppt, cause: Permission denied 安装正常启动正常,但是远程推送下载文件时提示Ari2c创建文件夹失败,群晖系统可视化安装的,共享文件夹everyone权限,还可能是哪里出问题了?

curl: (22) The requested URL returned error: 400 curl: (35) OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to localhost:6800 03/09 23:37:10 [ERROR] Aria2 RPC interface error! I am getting this error

Thank you for your work on this project. I used this on openmediavault,so i use [`portainer-ce`](https://documentation.portainer.io/v2.0/deploy/ceinstalldocker/) manage the docker containers. When the `aria2-pro` update, I can update it very easy....

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...

dependencies

如题,很多的路由器设备工作在misple架构下

![0](https://user-images.githubusercontent.com/1842651/154237294-db1995ff-f35b-447f-9053-d844e1ecd269.PNG) ![1](https://user-images.githubusercontent.com/1842651/154237300-36413c3a-65eb-4918-8093-cea4fbb1f7d8.PNG) 运行期间会生成大量的空白行日志,截图环境大概运行了5天左右,在没有什么下载的情况下跑出了155k+行的日志出来 ![2](https://user-images.githubusercontent.com/1842651/154237832-e5d34f8f-814f-4939-8a94-84d5f238c226.PNG) 其中绝大部分都是空白行,是否可以适当优化?

以前好好的,但是升级之后出现了问题: 这是docker-compose.yml ``` version: "3.2" services: Aria2-Pro: container_name: aria2-pro image: p3terx/aria2-pro environment: - PUID=1000 - PGID=100 - UMASK_SET=022 - RPC_SECRET=secret - RPC_PORT=6800 - LISTEN_PORT=6888 - DISK_CACHE=64M - IPV6_MODE=false - UPDATE_TRACKERS=true...

修改/etc/aria2下的aria2.conf dir项之后,重启容器发现容器内/config下的aria2.conf dir项并没有被修改。 而其他修改过的配置项都与宿主机文件同步正常。 Aria2-Pro: ..... volumes: - /etc/aria2:/config - /data:/data .....

pve虚拟的ubuntu20.04 ltsc, `docker run -d \ --name aria2 \ --restart always \ --log-opt max-size=1m \ -e PUID=$UID \ -e PGID=$GID \ -e UMASK_SET=022 \ -e RPC_SECRET=mySecret \ -e RPC_PORT=6800 \...

树莓派 docker环境,网络是家庭NAT环境,目前通过FRP 把BT DHT的6888端口映射到了云主机的TCP/UDP 20454端口,且已经更改了配置文件bt-external-ip=云主机公网ip地址 **请问如何确认 我已经加入BT DHT网络 作为一个node了呢?** 如下是我的配置 `version: "3.8" services: Aria2-Pro: container_name: aria2-pro image: p3terx/aria2-pro environment: #- PUID=65534 #- PGID=65534 - UMASK_SET=022 - RPC_SECRET=P3TERX - RPC_PORT=6800 -...