tunafish

Members
  • Posts

    4
  • Joined

  • Last visited

tunafish's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Confirmed, new version works on Firefox. Thanks for the speedy update!
  2. I tried today on Unraid 6.6.7, after re-installing Community Applications and using Firefox 66.0.2. It didn't work for me, hanging on the "Updating Content" message. Pressing Esc clears the message, and then the animated bars display indefinitely but the apps never appear. Everything work fine on Brave 0.61.52 (Chromium 73.0) though.
  3. Well, that was a fun few hours. During configuration of the docker container, I must have accidently set ENABLE_FLOOD to yes. When I started the container I could not connect to the WebUI no matter what I tried. Searched the forum thread but didn't see anyone else with the same problem. Privoxy and VPN were working okay so I dug into the container and discovered that Nginx hadn't even started. Found the "/home/nobody/rutorrent.sh" script and where it disables the webui if ENABLE_FLOOD == yes. Up to this point, I didn't realise there was an alternative webui for the container called Flood . I thought ENABLE_FLOOD was a network setting to protect against some kind of flood attack, TCP_SYN, or something. Also, when it is running, clicking on the "WebUI" context menu option for the container under the Docker tab still sends you to http://x.x.x.x:9080/ which fails because of course the normal webui is not running on this port. The alternative Flood ui is running on port 3000. I did not see this information mentioned anywhere on the thread or docker description, so I'm posting it here for anyone else who may also be a first-time user of this particular docker container.
  4. I also have this error trying to connect to PureVPN using their supplied linux .ovpn files. They recommend using the following additional environment variables, but I can't get the first one to pass through to the container correctly because the plus sign "+" is being stripped. I tried escaping it "\" and wrapping it in single quotes to no avail. NSS_HASH_ALG_SUPPORT=+MD5 OPENSSL_ENABLE_MD5_VERIFY=1 https://support.purevpn.com/openvpn-connection-issue-on-fedora Any ideas?