commit
b772127099
|
@ -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 --enable-rpc --rpc-listen-all --conf-path=/data/.aria2/aria2.conf" > Procfile
|
||||||
|
|
||||||
# aria2 downloads directory
|
# aria2 downloads directory
|
||||||
VOLUME /data
|
VOLUME /data
|
||||||
|
|
|
@ -114,7 +114,7 @@ translations.cs_CZ = {
|
||||||
// server info modal
|
// server info modal
|
||||||
'Aria2 server info': 'Informace o Aria2 serveru',
|
'Aria2 server info': 'Informace o Aria2 serveru',
|
||||||
'Aria2 Version': 'Verze Aria2',
|
'Aria2 Version': 'Verze Aria2',
|
||||||
'Features Enabled': 'Zapnuté fičurky',
|
'Features Enabled': 'Zapnuté funkce',
|
||||||
// about modal
|
// about modal
|
||||||
'To download the latest version of the project, add issues or to contribute back, head on to':
|
'To download the latest version of the project, add issues or to contribute back, head on to':
|
||||||
'Ke stažení aktuální verze, nahlášení problému či přispění, zamiřte na',
|
'Ke stažení aktuální verze, nahlášení problému či přispění, zamiřte na',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user