From 375222659946b3ad1b41540242c572fd995732cf Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 14 Aug 2018 16:16:25 +0100 Subject: [PATCH 1/3] bump versions, rebase to alpine 3.8 --- Dockerfile | 6 +++--- README.md | 8 ++++++++ root/defaults/qBittorrent.conf | 2 ++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9733f51..e7bccb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lsiobase/alpine:3.7 +FROM lsiobase/alpine:3.8 # set version label ARG BUILD_DATE @@ -7,8 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="sparklyballs" # package versions -ARG QBITTORRENT_VER="4.1.1" -ARG RASTERBAR_VER="1.1.7" +ARG QBITTORRENT_VER="4.1.2" +ARG RASTERBAR_VER="1.1.9" # environment settings ENV HOME="/config" \ diff --git a/README.md b/README.md index cb1ba31..42ee12a 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,13 @@ 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. +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 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 +107,7 @@ To monitor the logs of the container in realtime: `docker logs -f qbittorrent` ## 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. + **26.04.18:** Bump libtorrent to 1.1.7. + **02.03.18:** Bump qbitorrent to 4.0.4 and libtorrent to 1.1.6. diff --git a/root/defaults/qBittorrent.conf b/root/defaults/qBittorrent.conf index 1976e11..2f8b70b 100644 --- a/root/defaults/qBittorrent.conf +++ b/root/defaults/qBittorrent.conf @@ -11,3 +11,5 @@ Connection\PortRangeMin=6881 Downloads\SavePath=/downloads/ Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0) Downloads\TempPath=/downloads/incomplete/ +WebUI\Address=* +WebUI\ServerDomains=* From 76792ce300ed90db1b3bcf635badfefabe826ed9 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 14 Aug 2018 16:17:49 +0100 Subject: [PATCH 2/3] bump versions, rebase to alpine 3.8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42ee12a..64341c7 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ 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 From 1fad4d555e2c1f9e29987ff1866f6322854556d1 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 14 Aug 2018 16:19:21 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64341c7..13bd41c 100644 --- a/README.md +++ b/README.md @@ -70,9 +70,11 @@ If you have no webui , check the file /config/qBittorrent/qBittorrent.conf edit or add the following lines -`WebUI\Address=* +``` +WebUI\Address=* -WebUI\ServerDomains=*` +WebUI\ServerDomains=* +``` ### User / Group Identifiers