Kabe0 / deluge-windscribe

To provide an isolated VPN layer with Deluge
23 stars 6 forks source link

Reuse you image #7

Closed Maxl94 closed 3 years ago

Maxl94 commented 3 years ago

Hi,

first of all thanks for your great windscribe docker image. I currently use parts of your repo ( for a personal image to run applications inside the container. I currently adapted the Dockerfile and the init.py.

Would you mind if publish this image? I didn't found any license files. Of course I would mention you.

Thanks

Kabe0 commented 3 years ago

Sure, it's all good with me.

Maxl94 commented 3 years ago

Okay - cool. I am currently fighting windscribe... Login works perfektly on local machine but not from inside docker container..

Kabe0 commented 3 years ago

typically that happens when the username and password are not configured correctly for the container to retrieve it. It should throw an error if it finds that windscribe-cli is unable to connect properly.

Note, if you are not running deluge anymore, you will have to tell the script to keep running, otherwise the docker container will auto end.

Maxl94 commented 3 years ago

No thats not the case, I directly conntected to the container (you latests image). with bash and tried to login -> Error running "login"

Windscribe logs showing:

2020-11-12 19:33:17,798 [INFO] Daemon: Error running "login", error: <class 'subprocess.CalledProcessError'> Command '['iptables -nL OUTPUT']' returned non-zero exit status 3

But your and my image behave the same...

Maxl94 commented 3 years ago

Fixed it: Forget cap_add: - NET_ADMIN to add to my compose file...