Replies: 4 comments 3 replies
-
If you want to have Syncthing receiving data through the VPN, you need to change the Syncthing (internal) listening port Now a few things:
Seems like it's crashing in a loop somehow. Check the logs with
I've been using linuxserver's deluge image forever with gluetun as a connected container.
Actually that's a matter of Docker philosophy and VPN 😄
Now gluetun has a self healing mechanism, restarting openvpn if it crashes or doesn't work anymore without exiting the container, such that it should never restart the container, it will just show as unhealthy and try to self-heal. So now there is no point in having a VPN container with other things in there. Gluetun already comes with some http proxy + shadowsocks proxy servers since these are coded in the same Go language as the rest of the program and add only a few Kilobytes to the image. It also comes with I wouldn't add a torrent client in there, since you can just add a well known container connected through gluetun. I'm also a byte maniac, so if I can add a torrent client for 100KB extra, then sure. But right now, deluge and all weight a few hundreds MBs 😢 |
Beta Was this translation helpful? Give feedback.
-
Wow, lots of information here, thank you, and indeed, thank you very much for having a look at the syncthing combination with gluetun.
Thanks for trying. Could you get syncthing to successfully work then when your vpn provider was Mullvad or Vyprvpn? I would be willing to invest in another vpn provider if it it enables gluetun to be a one-stop-shop with syncthing and let's say deluge going through it.
ah great tip! Is this the one you're referring to please?
Yes absolutely, nicely put (or referred to).
Yes those are great advantages of gluetun. Really cool.
Really great points! 🙌🏽 |
Beta Was this translation helpful? Give feedback.
-
Thank you (as ever) for all of that. I've taken out Syncthing for now based on what we discussed above, specifically relating to the forwarding port. I've got Deluge to work with the above .yml file. Questions:
I'm just a bit confused as I would have thought that without explicitly mapping an inbound port in gluetun and having the deluge container use that (ie being manually set in the Deluge webUI) that Deluge would have very limited connectivity.
Thank you |
Beta Was this translation helpful? Give feedback.
-
Oh and I found this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
From @umbongodrink on #500 :
I have now been trying to get gluetun to work in conjunction with syncthing, so that my syncthing traffic goes through my PIA vpn connection. My new docker-compose.yml file is this:
When I bring this yml up, both come up healthy.
However, when I try to reach the syncthing web UI on port 8384, I am prompted for authentication which I give, but then I am never admitted to the UI, the webpage is constantly loading (or never fully loads). Furthermore, when I try to issue a
docker ps
, I don't receive anything in return apart from the generic docker category headers, and my tty crashes. Any thoughts on this? (I appreciate that syncthing isn't your application and if you don't want to assist, no problem at all.:-) )Just a question if you don't mind please? Can you recommend a docker bittorrent client that will work in conjunction with gluetun? Having done all this work I would like to take advantage of gluetun. Or should I look for a container that has a bittorrent client and vpn combined into it as an all-in-one?
Beta Was this translation helpful? Give feedback.
All reactions