Everything posted by strike
-
[Support] binhex - DelugeVPN
Post your docker run command (remove user/pw) and a screenshot of the download settings in deluge.
-
Access Unraid and Docker Apps outside Network
SWAG still needs port 443 open so if he can't open any ports that wil be a problem.
-
Access Unraid and Docker Apps outside Network
Then your only option is to use something like Zerotier, which doesn't require port forwarding. There is a zerotier docker in apps. Or you can use a machine/VM that is always on then use something like teamviewer to remote in to it.
-
[Support] binhex - Emby
I don't think hardware transcoding is working in this container. IIRC there have been lots of people in this thread complaining about it not working. Switch to the official emby container or the linuxserver one.
-
[Support] binhex - DelugeVPN
Then I'm afraid I have no clue, your log seems fine.
-
[Support] binhex - DelugeVPN
What do you have as the network type? It should be bridge, br0 or any other custom bridge network won't work.
-
[Support] binhex - DelugeVPN
No the latest version on windows is 2.0.4dev38. You are correct that the official installer for windows is not available, but it has been possible to build it yourself from the start. So the good people at the deluge forums has created an unofficial installer for those who can't build it themselves. You can find it here: https://forum.deluge-torrent.org/viewtopic.php?f=12&t=55776&p=232351#p23235
-
[Support] binhex - DelugeVPN
Try to do a force update
-
[Support] binhex - DelugeVPN
This is correct. But why can't you install to 2.0.4? Do you need 1.3.15 for a specific reason?
-
[Support] binhex - DelugeVPN
Why not? I'm using 2.0.4dev38 thin client on windows, works fine
-
[Support] Linuxserver.io - Deluge
Everything looks good. I thought maybe it was a case of wrong volume mappings since what you described is a classic symptom of that, but as I said everything looks good. Dunno what causes your issue I'm afraid
-
[Support] Linuxserver.io - Deluge
Not quite. Edit the docker, change something and change it back, then press apply. Then the docker run command will show
-
[Support] binhex - Emby
So you did a force update? Are you running a specific tag? Edit the docker, what do you have in the Repository: field? You might have to switch to advanced view in the top right corner to see it
-
[Support] binhex - Emby
Then do a force update
-
[Support] binhex - Emby
Have you checked for updates?
-
[Support] Linuxserver.io - Deluge
Post your docker run command and a screenshot of settings->downloads in deluge
-
[Support] binhex - DelugeVPN
Well, you are still on a custom bridge network, which I told you isn't supported by this container. Change to normal bridge on all the containers which need to talk to each other. Then change the IP in radarr/sonarr. You also have issues with your volume mappings which doesn't match so you'll also need to correct that for the containers to work together. I'm referring to your downloads mapping.
-
[Support] binhex - DelugeVPN
I'm sure the other deluge container worked with custom bridge but that doesn't mean this container should too. There are strict iptables rules in place in this container to prevent leakage, which may block the connection. Post your docker run command for delugevpn and radarr and a screenshot of the deluge settings in radarr. Have you confirmed you have a working vpn tunnel? What error do you get trying to connect to deluge?
-
[Support] binhex - DelugeVPN
If sonarr and radarr also are on a custom bridge network that's why. They all need to be on the normal bridge. All containers using a custom bridge network are isolated from the host.
-
[Support] binhex - DelugeVPN
This is not supported, go back to the normal bridge.
-
[Support] binhex - DelugeVPN
Yeah, this container doesn't support that.
-
[Support] binhex - DelugeVPN
That would be it, have you changed your LAN_Network accordingly?
-
[Support] binhex - DelugeVPN
No the "test" tag is for port forwarding for PIA's next-gen servers. If you want multi endpoint support you'll have to do this: https://forums.unraid.net/topic/44109-support-binhex-delugevpn/?do=findComment&comment=894942 And you can leave the vpn remote variable in the template as is or blank, it doesn't matter as it won't have any effect.
-
[Support] binhex - DelugeVPN
Do this: https://forums.unraid.net/topic/44109-support-binhex-delugevpn/?do=findComment&comment=433617 And please change your password as you forgot to redact it from you logs. I will report your post and ask a mod to remove your log
-
[Support] binhex - DelugeVPN
Then the edit button must be something else on your keyboard. There should be a menu at the top and the bottom. The bottom menu correspond to the F keys, at least on my keyboard. Since it obviously isn't the same on yours I won't even try to guess what key you should press to edit the file. But another thing you can do is to quit mc then when your back at the command line type nano auth, this will open up the auth file in the nano editor. It requires you to be in the config folder of delugevpn which you should be when you quit mc. If not you have to type nano "path to auth file" To save in nano is ctrl+o and to exit is ctrl+x (on my keyboard at least)