DyonR / docker-qbittorrentvpn

Docker container which runs a qBittorent-nox client with an optional WireGuard or OpenVPN connection
https://hub.docker.com/r/dyonr/qbittorrentvpn/
GNU General Public License v3.0
252 stars 82 forks source link

[Support] Is there any way to access it outside local network using internet? (VPS use case) #128

Open thesomeotherguy opened 2 years ago

thesomeotherguy commented 2 years ago

Not a bug, but help needed.

Is there any way to access the Web UI via internet, not using local network?

When this docker container installed on Linux VPS, it only could be accessed internaly on that machine, or via OpenVPN connection to that VPS (to simulate the local network environment, 10.8.0.0/24)

Is there any way to open it to the internet?

And is it safe for security standpoint?

Thank you.

yapanuwan commented 2 years ago

Same question here. Wondering if changing LAN_NETWORK to 0.0.0.0/0 fixes it and if it's safe to do so.