guillaumedsde / alpine-qbittorrent-openvpn

qBittorrent docker container with OpenVPN client running as unprivileged user on alpine linux
https://guillaumedsde.gitlab.io/alpine-qbittorrent-openvpn/
GNU General Public License v3.0
216 stars 40 forks source link

Fix: openvpn-credentials.txt location #36

Closed PcInfamy closed 4 years ago

PcInfamy commented 4 years ago

The location was set to /config/openvpn-credentials.txt when the Dockerfile references /config/openvpn/openvpn-credentials.txt

PcInfamy commented 4 years ago

I'm not sure if this will fix it, but I think that's the correct file location.

PcInfamy commented 4 years ago

I've tested the new location, and the new error is related to jq. I guess jq isn't installed in Alpine? I'll try and install it on my Docker (I'm an Alpine newb so might take a bit :-) )

PcInfamy commented 4 years ago

I'll work on a new commit and close this pull request, as it seems there is a little more work for me to do.