feat(web-ui): add transmission-web-control UI

This is based upon the project https://github.com/ronggang/transmission-web-control/
This commit is contained in:
davinkevin
2018-03-25 10:04:03 +02:00
parent 67b4cdbe75
commit 182f2f2c70
5 changed files with 18 additions and 2 deletions

View File

@@ -17,6 +17,10 @@ RUN apt-get update \
&& wget https://github.com/Secretmapper/combustion/archive/release.zip \
&& unzip release.zip -d /opt/transmission-ui/ \
&& rm release.zip \
&& wget https://github.com/ronggang/twc-release/raw/master/src.tar.gz \
&& mkdir /opt/transmission-ui/transmission-web-control \
&& tar -xvf src.tar.gz -C /opt/transmission-ui/transmission-web-control/ \
&& rm src.tar.gz \
&& git clone git://github.com/endor/kettu.git /opt/transmission-ui/kettu \
&& apt-get install -y tinyproxy telnet \
&& wget https://github.com/Yelp/dumb-init/releases/download/v1.2.0/dumb-init_1.2.0_amd64.deb \