commit
5bfdce6aa3
|
@ -39,7 +39,7 @@ RUN curl -L "https://storage.googleapis.com/golang/go1.8.linux-armv6l.tar.gz" >
|
||||||
&& unset GOROOT && unset GOPATH
|
&& unset GOROOT && unset GOPATH
|
||||||
|
|
||||||
# goreman setup
|
# 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
|
# aria2 downloads directory
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
|
@ -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.
|
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 .
|
docker build -f Dockerfile.arm -t yourname/webui-aria2 .
|
||||||
```
|
```
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="theme-color" content="#0A8476">
|
||||||
|
|
||||||
<title ng-bind="$root.pageTitle">Aria2 WebUI</title>
|
<title ng-bind="$root.pageTitle">Aria2 WebUI</title>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user