Compare commits

..
10 Commits
Author SHA1 Message Date
junv beb61ed92d Improvment URL path requires tailing splash thing https://github.com/wahyd4/aria2-ariang-x-docker-compose/issues/65 2019-05-22 16:48:50 +10:00
junvandGitHub 032ad5b590 Update trackers 2019-02-01 11:58:03 +11:00
junv 58c51f29e5 Fix url 2018-12-15 18:22:35 +11:00
junv 74d17bcf60 bump ariang to 1.0.0 2018-12-15 17:33:38 +11:00
junv f7b68935d7 Update ariang to 0.4.0 2018-07-11 22:55:31 +10:00
junv a6004c686e Conflicts:
caddy/Dockerfile
2018-01-21 23:14:55 +11:00
junv fb51d5fefe Update h5ai port mapping to 8080 instead of 80. 2017-12-16 16:37:29 +11:00
junv f9bfb3d3d1 Update AriaNg to 0.3 release. 2017-12-16 16:06:10 +11:00
junv 7dca0fb354 Add bt-tracker server. 2017-09-18 17:44:29 +08:00
junv 81b8e1f2be Add ability to store and retore unfinished tasks. 2017-09-17 10:47:18 +08:00
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{$DOMAIN} {
proxy / file-manager:80 {
proxy / file-manager:8080 {
transparent
}
gzip
+2 -1
View File
@@ -1,11 +1,12 @@
{$DOMAIN} {
proxy / file-manager:80 {
proxy / file-manager:8080 {
transparent
}
gzip
log stdout
errors stdout
basicauth / {$ARIA2_USER} {$ARIA2_PWD}
}
{$DOMAIN}/aria2 {
+2 -2
View File
@@ -36,8 +36,8 @@ max-upload-limit=0
#验证用,需要1.16.1之后的release版本
#referer=*
#文件保存路径, 默认为当前启动位置
dir=/user-files/superuser/
# dir=/var/www
# dir=/user-files/superuser/
dir=/var/www
#文件缓存, 使用内置的文件缓存, 如果你不相信Linux内核文件缓存和磁盘内置缓存时使用, 需要1.16及以上版本
#disk-cache=0
#另一种Linux文件缓存方式, 使用前确保您使用的内核支持此选项, 需要1.15及以上版本(?)