diff --git a/Dockerfile.arm b/Dockerfile.arm index 4f05924..9383c9f 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 --enable-rpc --rpc-listen-all --conf-path=/data/.aria2/aria2.conf" > Procfile # aria2 downloads directory VOLUME /data diff --git a/js/translate/cs_CZ.js b/js/translate/cs_CZ.js index c451ffc..4aa4a04 100644 --- a/js/translate/cs_CZ.js +++ b/js/translate/cs_CZ.js @@ -114,7 +114,7 @@ translations.cs_CZ = { // server info modal 'Aria2 server info': 'Informace o Aria2 serveru', 'Aria2 Version': 'Verze Aria2', - 'Features Enabled': 'Zapnuté fičurky', + 'Features Enabled': 'Zapnuté funkce', // about modal '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',