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 Connection Reset #142

Open pulpocaminante opened 1 year ago

pulpocaminante commented 1 year ago

Always get this regardless of port when checking localhost:8081, ufw fully disabled, and only with VPN enabled

The connection was reset

The connection to the server was reset while the page was loading.

Settings are:

docker run --privileged  -d \
              --name qbd \
              -v /home/amnesia/.config:/config \
              -v /home/amnesia/Torrents:/downloads \
              -e "VPN_ENABLED=no" \
              -e "VPN_USERNAME=[redacted]" \
              -e "VPN_PASSWORD=[redacted]" \
              -e "LAN_NETWORK=192.168.1.0/24" \
              -e "NAME_SERVERS=8.8.8.8,8.8.4.4" \
              -e "WEBUI_PORT_ENV=8080" \
              -p 8080:8080 \
              -p 8999:8999 \
              -p 8999:8999/udp \
              markusmcnugen/qbittorrentvpn

Nothing abnormal in logs, no errors