-
[support] Bungy's docker repository
The logs don't show anything related to the post processing. What's likely happening is the new image removes python2 because it's deprecated and no longer a support runtime. Likely you'll need to update your post process scripts to python3 and update the python path in your scripts' shebang.
-
[support] Bungy's docker repository
Hmm i don't know if a reason why your speeds would be halved. You can downgrade by specifying a tag for the image. You can try tag :v21.0-2 Another alternative is to use wireguard instead of openvpn. You should see full speeds with wireguard.
-
[support] Bungy's docker repository
I see - So your sonarr/lidarr/etc are using the http_proxy and no_proxy environmental variables to get VPN access into them. Have you tried setting your no_proxy env variable to 192.168.1.71 and then in sonarr set your nzbget server to be 192.168.1.71:6789? Alternatively, if you have local DNS, you can set your no_proxy to something like: no_proxy: *.local,192.168.1.71 I'm using internal DNS to get a ".kube" domain address and then telling it not to use the proxy for all *.kube lookups.
-
[support] Bungy's docker repository
Can you confirm your LAN network is in fact 192.168.1.0/24? What's the IP address on the machine you're currently using? You can try to set the LAN_NETWORK to 0.0.0.0/0 and confirm that the traffic isn't being blocked. That'll verify that the issue is with your setting of that environmental variable. Then you'll need to figure out your docker network address + subnet and include that in the LAN_NETWORK variable. Here is what mine looks like but I have multiple networks and run my containers on a kubernetes cluster, so yours will likely need to differ as well: 192.168.1.0/24,192.168.0.0/24,10.253.0.0/24,10.32.0.0/12 The issue is not related to the ADDITIONAL_PORTS variable. Those were actually removed from binhex's containers and are no longer documented in his github Readmes.
-
[support] Bungy's docker repository
Make sure your LAN_NETWORK environmental variable is set properly to allow access from your sonarr/radarr/lidarr ip address. I have mine set to handle local network traffic as well as docker network traffic. You can set it to 0.0.0.0/0 to allow all inwards traffic, but that's not recommended.
-
[support] Bungy's docker repository
Shoot me a DM with your config info and I'll see if I can find the issue.
-
[support] Bungy's docker repository
Check your config and environmental variables that should be set compared to whats in the PIA section on the github page here: https://github.com/jshridha/docker-nzbgetvpn The unraid template is probably outdated. I haven't updated that thing in years especially since I'm not running linux containers on unraid anymore.
-
[support] Bungy's docker repository
Glad it's working well for you! I too am getting 3x the openvpn speed, so thanks for pushing me to get that done. I'm also glad you were able to resurrect your server and are recovering down in TX.
-
[support] Bungy's docker repository
It's live now. You can either use the latest tag or the v21.0-3 tag
-
[support] Bungy's docker repository
Done! The builds will be hitting docker hub in the next 15 minutes. Enjoy!
-
[support] Bungy's docker repository
Change the image to mysql:5.7
-
[support] Bungy's docker repository
Not that I know of. Containers generally run under the host's network stack. They don't work like virtual machines where each machine can have its own ip address.
-
[support] Bungy's docker repository
Set the network type back to the default. Then you should be able to connect to it using the host unraid system's ip address and port 3306
-
[support] Bungy's docker repository
Yep that's right. Glad you figured it out.
-
[support] Bungy's docker repository
Yeah, it works the same way. Just set VPN_ENABLED=<yes|no>
Bungy
Community Developer
-
Joined
-
Last visited