Merge pull request #26 from linuxserver/bump_versions
bump versions, rebase to alpine 3.8
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM lsiobase/alpine:3.7
|
FROM lsiobase/alpine:3.8
|
||||||
|
|
||||||
# set version label
|
# set version label
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
@@ -7,8 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
|||||||
LABEL maintainer="sparklyballs"
|
LABEL maintainer="sparklyballs"
|
||||||
|
|
||||||
# package versions
|
# package versions
|
||||||
ARG QBITTORRENT_VER="4.1.1"
|
ARG QBITTORRENT_VER="4.1.2"
|
||||||
ARG RASTERBAR_VER="1.1.7"
|
ARG RASTERBAR_VER="1.1.9"
|
||||||
|
|
||||||
# environment settings
|
# environment settings
|
||||||
ENV HOME="/config" \
|
ENV HOME="/config" \
|
||||||
|
|||||||
11
README.md
11
README.md
@@ -66,6 +66,16 @@ For example, to set the port to 8090 you need to set `-p 8090:8090` and `-e WEB
|
|||||||
|
|
||||||
This should alleviate the "white screen" issue.
|
This should alleviate the "white screen" issue.
|
||||||
|
|
||||||
|
If you have no webui , check the file /config/qBittorrent/qBittorrent.conf
|
||||||
|
|
||||||
|
edit or add the following lines
|
||||||
|
|
||||||
|
```
|
||||||
|
WebUI\Address=*
|
||||||
|
|
||||||
|
WebUI\ServerDomains=*
|
||||||
|
```
|
||||||
|
|
||||||
### User / Group Identifiers
|
### User / Group Identifiers
|
||||||
|
|
||||||
Sometimes when using data volumes (`-v` flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.
|
Sometimes when using data volumes (`-v` flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.
|
||||||
@@ -100,6 +110,7 @@ To monitor the logs of the container in realtime: `docker logs -f qbittorrent`
|
|||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **14.08.18:** Rebase to alpine 3.8, bump libtorrent to 1.1.9 and qbitorrent to 4.1.2.
|
||||||
+ **08.06.18:** Bump qbitorrent to 4.1.1.
|
+ **08.06.18:** Bump qbitorrent to 4.1.1.
|
||||||
+ **26.04.18:** Bump libtorrent to 1.1.7.
|
+ **26.04.18:** Bump libtorrent to 1.1.7.
|
||||||
+ **02.03.18:** Bump qbitorrent to 4.0.4 and libtorrent to 1.1.6.
|
+ **02.03.18:** Bump qbitorrent to 4.0.4 and libtorrent to 1.1.6.
|
||||||
|
|||||||
@@ -11,3 +11,5 @@ 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)
|
||||||
Downloads\TempPath=/downloads/incomplete/
|
Downloads\TempPath=/downloads/incomplete/
|
||||||
|
WebUI\Address=*
|
||||||
|
WebUI\ServerDomains=*
|
||||||
|
|||||||
Reference in New Issue
Block a user