Everything posted by wgstarks
-
[Support] Linuxserver.io - Plex Media Server
Those settings would be configured in the player. I know for my AppleTV they default to off unless it’s forced subs.
-
[Support] binhex - qBittorrentVPN
Sorry, I don’t use wireguard. With OpenVPN you can just edit the ovpn file.
-
[Support] binhex - qBittorrentVPN
The log you posted is just the tail of a log but it shows a successful start of the container. I think I would try switching to another port forwarding server and see if performance improves.
-
[Support] binhex - qBittorrentVPN
I would think it does. You could test that by switching to bridge. Im sure there’s some way to get this to work with custom networks but I don’t have much experience with them. Perhaps @binhex can help.
-
[Support] binhex - qBittorrentVPN
Is that the network assignment being used by docker0 in your routing table? Also, did you change the IP in Radarr/Sonarr to match?
-
[Support] binhex - qBittorrentVPN
Another option would be to whitelist connections from your local network. 172.17.0.0/24 is the network assigned to docker0 in my unRAID machine. You can verify yours by checking Settings>Network Settings>Routing Tables.
-
[Support] binhex - qBittorrentVPN
Try 172.17.0.1
-
[Support] binhex - qBittorrentVPN
I was mistaken. I’m afraid I’m out of ideas. The most common reason for not being able to connect to the webUI is when trying to access it from outside your local network but if you are using a 192.168.50.0/24 address then that doesn’t apply. Are you running any content/site blockers? You may need to whitelist it.
-
[Support] binhex - Sonarr
I don’t know that this will solve your issue (might though) but you don’t need to use rw slave for locations on the array. Just use rw.
-
[Support] binhex - qBittorrentVPN
Post your docker logs. Docker tab>click the icon and select “log”. Maybe there’s a clue there.
-
[Support] binhex - qBittorrentVPN
Looks like a network DNS issue- Try setting DNS to just 8.8.8.8.
-
[Support] binhex - qBittorrentVPN
The logs show a successful start. Your docker run command shows that you are still running the current version of qbit though. I would suggest either running an older version of the docker or apply the workaround pinned at the top of the page (2nd post). Also, you don’t want to forget to change your endpoint to one that supports port forwarding once you get the connection issues fixed.
-
[Support] binhex - qBittorrentVPN
And you are trying to connect from the same local network you have set in the container? Can you connect if you select webUI in the docker tab in unRAID?
-
[Support] binhex - qBittorrentVPN
I’m not sure if this is your only issue but you changed your webUI port without mapping the new port to the container. https://github.com/binhex/documentation/blob/master/docker/faq/qbittorrentvpn.md See Q4.
-
[Support] binhex - qBittorrentVPN
Just to be sure, you are trying to access the webUI from your local network right?
-
[Support] binhex - qBittorrentVPN
You needed to change the endpoint rather than the container setting but regardless, you must have some other issue. Post a redacted docker run command so we can see your configuration as well as a fresh supervisord log (after a restart).
-
[Support] - Unifi-Controller: Unifi. Unraid. Reborn.
No In unRAID you would just click the docker icon and select “stop”. On the command line enter docker stop <name of docker>
-
[Support] binhex - Sonarr
If it is truly missing you can add it back.
-
[Support] binhex - Sonarr
It’s going to be /data in the container path and the host path will be something like /mnt/user/path/to/downloads.
-
[Support] binhex - qBittorrentVPN
Can you also post your docker run command? Again, please redact user/password.
-
[Support] binhex - qBittorrentVPN
Post your logs. Be sure users and passwords are redacted.
-
[Support] binhex - qBittorrentVPN
I would suggest attaching supervisord log to your next post. Be sure users and passwords are redacted.
-
[Support] binhex - qBittorrentVPN
From your log- You have strict port forwarding enabled but your endpoint doesn’t support that. You’ll need to pick one that does.
-
[Support] binhex - qBittorrentVPN
What version of the app do you have installed and if it’s latest, have you configured a secure password?
-
[Support] binhex - qBittorrentVPN
https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md See Q11. Please be aware that some PIA servers are much slower than others.