MarkusMcNugen / docker-qBittorrentvpn

Docker container which runs a headless qBittorrent client with WebUI and optional OpenVPN
https://hub.docker.com/r/markusmcnugen/qbittorrentvpn/
GNU General Public License v3.0
166 stars 92 forks source link

WebUI reinitializing with no warnings or errors #127

Open BramDiepenbrock opened 2 years ago

BramDiepenbrock commented 2 years ago

Hi, I have a issue where the WebUI reinitializes and does not load at all.

I am running the newest version of Docker on a Synology DS 916+

Here are the logs:

2022-04-14 19:29:32 | stdout | 2022-04-14 19:29:32.152231 [info] VPN_ENABLED defined as 'NO' 2022-04-14 19:29:32 | stdout | 2022-04-14 19:29:32.228087 [info] Adding 8.8.8.8 to resolv.conf 2022-04-14 19:29:32 | stdout | 2022-04-14 19:29:32.302143 [info] Adding 8.8.4.4 to resolv.conf 2022-04-14 19:29:32 | stdout | Adding 1027 group 2022-04-14 19:29:32 | stdout | Adding 1026 user 2022-04-14 19:29:32 | stdout | useradd: user 'qbittorent' already exists 2022-04-14 19:29:32 | stdout | 2022-04-14 19:29:32.413597 [info] UMASK defined as '002' 2022-04-14 19:29:32 | stdout | 2022-04-14 19:29:32.485836 [info] Starting qBittorrent daemon... 2022-04-14 19:29:32 | stdout | Logging to /config/qBittorrent/data/logs/qbittorrent-daemon.log. 2022-04-14 19:29:33 | stdout | 2022-04-14 19:29:33.571290 [info] qBittorrent PID: 2022-04-14 19:29:33 | stdout | 2022-04-14 19:29:33.578072 [info] Started qBittorrent daemon successfully...

Here is the config I used:

VPN_ENABLED: NO LAN_NETWORK: 192.168.2.0/24 NAME_SERVERS: 8.8.8.8,8.8.4.4 PUID: 1026 PGID: 1027 UMASK: 002 WEBUI_PORT_ENV: 8081 INCOMING_PORT_ENV: 9000 PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DEBIAN_FRONTEND: noninteractive

Note: I am using a bridged network

I have already tried varying the PUID and PGID and the ports. I also tried setting INCOMING_PORT_ENV to INCOMING_PORT but that did not help either. And WebUI\CSRFProtection was already set to false.

Am I missing something? Thanks in advance.