Skip to content

Commit

Permalink
AriaNg:1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gshang2017 committed Dec 3, 2023
1 parent f8d5cd8 commit c0fa8ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aria2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ FROM ghcr.io/gshang2017/aria2c:latest as compilingaria2c
FROM alpine:3.18

ARG ARIA2_VER=1.37.0
ARG AriaNg_VER=1.3.6
ARG S6_VER=3.1.6.0
ARG AriaNg_VER=1.3.7
ARG S6_VER=3.1.6.2

ENV UID=1000
ENV GID=1000
Expand Down
2 changes: 1 addition & 1 deletion aria2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
|名称|版本|说明|
|:-|:-|:-|
|Aria2|1.37.0|amd64;arm64v8;arm32v7,修改线程数至128,默认32,集成Trackers自动更新。|
|AriaNg|1.3.6|Aria2的web管理界面|
|AriaNg|1.3.7|Aria2的web管理界面|

### docker命令行设置:

Expand Down
2 changes: 1 addition & 1 deletion aria2/root/usr/local/aria2/defaults/aria2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ max-connection-per-server=32
#en#then force the download to fail. Specify 0 to disable this option. This options is effective only when using HTTP/FTP servers.
#en#The number of retry attempt is counted toward --max-tries, so it should be configured too.
#en#Max File Not Found Try Times Default:0
max-file-not-found=5
max-file-not-found=0

#zh_Hans#设置最大尝试次数. 0 表示不限制.
#zh_Hans#最大尝试次数 默认:5
Expand Down

0 comments on commit c0fa8ed

Please sign in to comment.