Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e58688889a | ||
|
|
6af1050fb5 | ||
|
|
2493f5b230 | ||
|
|
ebae830b31 | ||
|
|
0ad2f68ff4 | ||
|
|
e618e37098 | ||
|
|
1bb7422fe1 | ||
|
|
52a97f7b1d |
32
Dockerfile
32
Dockerfile
@@ -1,4 +1,4 @@
|
|||||||
FROM lsiobase/alpine:3.5
|
FROM lsiobase/alpine:3.6
|
||||||
MAINTAINER sparklyballs
|
MAINTAINER sparklyballs
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
@@ -7,8 +7,8 @@ ARG VERSION
|
|||||||
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
|
||||||
|
|
||||||
# package versions
|
# package versions
|
||||||
ARG QBITTORRENT_VER="3.3.12"
|
ARG QBITTORRENT_VER="3.3.13"
|
||||||
ARG RASTERBAR_VER="1.0.11"
|
ARG RASTERBAR_VER="RC_1_0"
|
||||||
|
|
||||||
# environment settings
|
# environment settings
|
||||||
ENV HOME="/config" \
|
ENV HOME="/config" \
|
||||||
@@ -21,10 +21,16 @@ COPY patches/ /tmp/patches
|
|||||||
# install build packages
|
# install build packages
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual=build-dependencies \
|
apk add --no-cache --virtual=build-dependencies \
|
||||||
|
autoconf \
|
||||||
|
automake \
|
||||||
boost-dev \
|
boost-dev \
|
||||||
cmake \
|
cmake \
|
||||||
curl \
|
curl \
|
||||||
|
file \
|
||||||
g++ \
|
g++ \
|
||||||
|
geoip-dev \
|
||||||
|
git \
|
||||||
|
libtool \
|
||||||
make \
|
make \
|
||||||
qt5-qttools-dev && \
|
qt5-qttools-dev && \
|
||||||
|
|
||||||
@@ -33,21 +39,19 @@ RUN \
|
|||||||
boost-system \
|
boost-system \
|
||||||
boost-thread \
|
boost-thread \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
geoip \
|
||||||
qt5-qtbase && \
|
qt5-qtbase && \
|
||||||
|
|
||||||
# compile libtorrent rasterbar
|
# compile libtorrent rasterbar
|
||||||
RASTERBAR_VER2=${RASTERBAR_VER//./_} && \
|
git clone https://github.com/arvidn/libtorrent.git /tmp/libtorrent && \
|
||||||
mkdir -p \
|
cd /tmp/libtorrent && \
|
||||||
/tmp/rasterbar-src && \
|
git checkout ${RASTERBAR_VER} && \
|
||||||
curl -o \
|
./autotool.sh && \
|
||||||
/tmp/rasterbar.tar.gz -L \
|
|
||||||
"https://github.com/arvidn/libtorrent/releases/download/libtorrent-${RASTERBAR_VER2}/libtorrent-rasterbar-${RASTERBAR_VER}.tar.gz" && \
|
|
||||||
tar xf \
|
|
||||||
/tmp/rasterbar.tar.gz -C \
|
|
||||||
/tmp/rasterbar-src --strip-components=1 && \
|
|
||||||
cd /tmp/rasterbar-src && \
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr && \
|
--disable-debug \
|
||||||
|
--enable-encryption \
|
||||||
|
--prefix=/usr \
|
||||||
|
--with-libgeoip=system && \
|
||||||
make && \
|
make && \
|
||||||
make install && \
|
make install && \
|
||||||
strip --strip-unneeded \
|
strip --strip-unneeded \
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ The [LinuxServer.io][linuxserverurl] team brings you another container release f
|
|||||||
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
|
||||||
|
|
||||||
# linuxserver/qbittorrent
|
# linuxserver/qbittorrent
|
||||||
[](https://microbadger.com/images/linuxserver/qbittorrent "Get your own version badge on microbadger.com")[](http://microbadger.com/images/linuxserver/qbittorrent "Get your own image badge on microbadger.com")[][hub][][hub][](http://jenkins.linuxserver.io:8080/job/Dockers/job/LinuxServer.io/job/linuxserver-qbittorrent/)
|
[](https://microbadger.com/images/linuxserver/qbittorrent "Get your own version badge on microbadger.com")[](https://microbadger.com/images/linuxserver/qbittorrent "Get your own image badge on microbadger.com")[][hub][][hub][](https://ci.linuxserver.io/job/Docker-Builders/job/x86-64/job/x86-64-qbittorrent/)
|
||||||
|
|
||||||
The [qBittorrent][appurl] project aims to provide an open-source software alternative to µTorrent.
|
The [qBittorrent][appurl] project aims to provide an open-source software alternative to µTorrent.
|
||||||
qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
|
qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library.
|
||||||
@@ -44,7 +44,6 @@ So -p 8080:80 would expose port 80 from inside the container to be accessible fr
|
|||||||
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
|
http://192.168.x.x:8080 would show you what's running INSIDE the container on port 80.`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* `-p 6881` - the port(s)
|
* `-p 6881` - the port(s)
|
||||||
* `-p 6881/udp` - the port(s)
|
* `-p 6881/udp` - the port(s)
|
||||||
* `-p 8080` - the port(s)
|
* `-p 8080` - the port(s)
|
||||||
@@ -78,7 +77,7 @@ Change username/password via the webui in the webui section of settings.
|
|||||||
## Info
|
## Info
|
||||||
|
|
||||||
* Shell access whilst the container is running: `docker exec -it qbittorrent /bin/bash`
|
* Shell access whilst the container is running: `docker exec -it qbittorrent /bin/bash`
|
||||||
* To monitor the logs of the container in realtime: `docker logs -f qbittorrent`
|
To monitor the logs of the container in realtime: `docker logs -f qbittorrent`
|
||||||
|
|
||||||
* container version number
|
* container version number
|
||||||
|
|
||||||
@@ -90,4 +89,4 @@ Change username/password via the webui in the webui section of settings.
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
+ **dd.MM.yy:** Initial Release.
|
+ **13.07.17:** Initial Release.
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ program=
|
|||||||
Accepted=true
|
Accepted=true
|
||||||
|
|
||||||
[Preferences]
|
[Preferences]
|
||||||
|
Connection\UPnP=false
|
||||||
Connection\PortRangeMin=6881
|
Connection\PortRangeMin=6881
|
||||||
Downloads\SavePath=/downloads/
|
Downloads\SavePath=/downloads/
|
||||||
Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0)
|
Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0)
|
||||||
|
|||||||
Reference in New Issue
Block a user