From 384327d937aa4861b35c156bb95643d7e4f36480 Mon Sep 17 00:00:00 2001 From: anthonyraymond Date: Wed, 30 Aug 2017 00:03:48 +0200 Subject: [PATCH 1/3] auto resume seed on container restart --- Dockerfile.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm b/Dockerfile.arm index 4f05924..cb65e04 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -39,7 +39,7 @@ RUN curl -L "https://storage.googleapis.com/golang/go1.8.linux-armv6l.tar.gz" > && unset GOROOT && unset GOPATH # goreman setup -RUN echo "web: gosu aria /bin/busybox httpd -f -p 8080 -h /webui-aria2\nbackend: gosu aria /usr/bin/aria2c --conf-path=/data/.aria2/aria2.conf" > Procfile +RUN echo "web: gosu aria /bin/busybox httpd -f -p 8080 -h /webui-aria2\nbackend: gosu aria /usr/bin/aria2c --conf-path=/data/.aria2/aria2.conf" /data/downloads/*.torrent > Procfile # aria2 downloads directory VOLUME /data From de68127c7338f880c3033e9c5b2da74bf09999ae Mon Sep 17 00:00:00 2001 From: Anthony Raymond Date: Fri, 1 Sep 2017 21:02:32 +0200 Subject: [PATCH 2/3] typo in readme I wrote this part of the readme a while ago and i made a small type x) sorry about that --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9942055..a160020 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ sudo docker run -v /Downloads:/data -p 6800:6800 -p 9100:8080 --name="webui-aria This image contains both aria2 and webui-aria2. -Build it (may take several hours due to the aria2 compilation process. Don't panic and grap a coffee) +Build it (may take several hours due to the aria2 compilation process. Don't panic and grab a coffee) ``` docker build -f Dockerfile.arm -t yourname/webui-aria2 . ``` From 25c9e4768c70147d4cae57a0755249d559be0894 Mon Sep 17 00:00:00 2001 From: onlyJinx <925198583@qq.com> Date: Wed, 13 Sep 2017 21:37:55 +0800 Subject: [PATCH 3/3] Update index.html chrome Status bar discolored of Android --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 4caa7af..d59693e 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ + Aria2 WebUI