Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Nem

Members
  • Joined

  • Last visited

Everything posted by Nem

  1. I dont mind setting up a subdomain like vpn.site.com, but is there a way to set this up without duckdns? my use case, I think, is similar to yours. When I want to use the vpn or access the webgui I want to access it via vpn.site.com. If I want the rest of my other containers I want to go to www.site.com/whatever
  2. Thanks, I tried it but none of my sites are working now. Most likely due to me not know exactly what needs to be changed. Here's what I changed things to: stream { map $ssl_preread_server_name $name { example.net/ovpn fred; default barney; } upstream barney { #openvpn container server 192.168.187.10:9453; } upstream fred { # upstream nginx virtual hosts such as sonarr, radarr, nzbget, etc. server 192.168.187.10:443; } server { listen 443 so_keepalive=on; proxy_pass $name; ssl_preread on; } } sites-config/default basically looks the same as yours, only difference is the server is listening on 443 My goal is to be able to hit openvpn-as webgui when I go to /ovpn
  3. is there a way to put openvpn access server's webgui behind an nginx reverse proxy?
  4. any chance of adding letsencrypt to this for the webgui?
  5. I had the same issue and just added port 58946 to the docker, which fixed the problem. But yes, also curious why its not included in the template
  6. the FAQ has been updated to include log rotation for docker containers. If I turn this feature on now, does affect existing containers? i.e. should I expect it to go through my existing (overly large) log files and rotate them out based on the options I chose? Or do you need to reinstall the container for log rotation to apply?
  7. My webgui doesnt appear to be working. Attached is my log file I notice the line that says AUTH: Received control message: AUTH_FAILED. Is that referring to my airvpn account authentication or something else? log.txt
  8. How do you turn on debug mode and get access to the correct log file? (the https fix didnt work for me, nor did using a different device)
  9. I'm experiencing the same thing (although I'm on 6.3.2 and using airvpn instead of pia). I cant access the webgui, and I cant connect using desktop Deluge either (host status is red) When I look in the log for deluge (through the unraid gui) I dont see anything in there that stands out as being problematic. How else could I diagnose this problem?
  10. How much truth is there to an article like this: https://forums.freenas.org/index.php?threads/ecc-vs-non-ecc-ram-and-zfs.15449/ I've seen many posts/articles claiming the same thing, which was the primary reason for not giving freenas a go back in the day. Are these concerns applicable to ZFS on unraid?
  11. Nem replied to Nem's topic in VM Engine (KVM)
    I just tried that but its giving me an error: cp: failed to clone ‘/mnt/cache/VM/UbuntuNew/vdisk1.img’ from ‘/mnt/cache/VM/UbuntuBase/vdisk1.img’: Invalid argument What I ran was: cp --reflink /mnt/cache/VM/UbuntuBase/vdisk1.img /mnt/cache/VM/UbuntuNew/vdisk1.img Both source and destination are on my SSD, which is BTRFS formatted A file shows up at the destination but its size is 0, so at least the paths are correct
  12. Nem posted a topic in VM Engine (KVM)
    Is it possible to clone a VM that has already been created, and have it behave completely independently of the original?
  13. Yeah I started seeing that as well. Not sure why I'm on a dev release now...
  14. is the go file something that gets overwritten during unraid upgrades?
  15. this is what I see after clicking Update Applications if it helps: The following repositories failed to download correctly: dmacias' plugin Repository https://github.com/dmacias72/unRAID-plugins/tree/master/plugins Last Change To Appfeed: In Progress...
  16. I have that same problem too I fixed it earlier by clicking "Update Applications", and it told me one of the repos could not be updated. Everything seemed to work OK. But now, a few hours later, same problem comes up and I cant install, see, or search for anything in the app list
  17. I just signed up for a 3 day trial with airvpn and I can't get it to work with this docker I followed all of the instructions here: http://lime-technology.com/forum/index.php?topic=45812.0 and copied over my ovpn file. It didn't work, so I tried to get another ovpn file from the config generator but that isn't connecting either. As of right now I cant get into the webgui or the desktop client This is what I see in my log: [info] Env var PUID defined as 99 [info] Env var PGID defined as 100 [info] Permissions already set for /config [info] Starting Supervisor... 2016-03-28 23:39:32,465 CRIT Set uid to user 0 2016-03-28 23:39:32,465 WARN Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2016-03-28 23:39:32,467 INFO supervisord started with pid 12 2016-03-28 23:39:33,469 INFO spawned: 'privoxy' with pid 15 2016-03-28 23:39:33,469 INFO spawned: 'start' with pid 16 2016-03-28 23:39:33,470 INFO spawned: 'webui' with pid 17 2016-03-28 23:39:33,471 INFO spawned: 'deluge' with pid 18 2016-03-28 23:39:33,475 DEBG 'privoxy' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-03-28 23:39:33,475 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-03-28 23:39:33,475 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-03-28 23:39:33,475 DEBG 'privoxy' stdout output: [info] checking VPN tunnel local ip is valid... 2016-03-28 23:39:33,476 DEBG 'deluge' stdout output: [info] VPN enabled, configuring Deluge... 2016-03-28 23:39:33,476 DEBG 'deluge' stdout output: [info] checking VPN tunnel local ip is valid... 2016-03-28 23:39:33,477 DEBG 'start' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-03-28 23:39:33,483 DEBG 'start' stdout output: [info] VPN provider defined as airvpn [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn /config/openvpn/AirVPN_Sweden_UDP-443.ovpn /config/openvpn/AirVPN_Switzerland_TCP-443.ovpn 2016-03-28 23:39:33,483 DEBG 'start' stderr output: /root/start.sh: line 50: /config/openvpn/openvpn.ovpn /config/openvpn/AirVPN_Sweden_UDP-443.ovpn /config/openvpn/AirVPN_Switzerland_TCP-443.ovpn: No such file or directory 2016-03-28 23:39:33,483 DEBG 'start' stdout output: [info] Env vars not defined for remote host, port and protocol, will parse existing entries from ovpn file... 2016-03-28 23:39:33,484 DEBG 'start' stderr output: cat: '/config/openvpn/openvpn.ovpn'$'\n''/config/openvpn/AirVPN_Sweden_UDP-443.ovpn'$'\n''/config/openvpn/AirVPN_Switzerland_TCP-443.ovpn': No such file or directory 2016-03-28 23:39:33,488 DEBG 'start' stderr output: cat: '/config/openvpn/openvpn.ovpn'$'\n''/config/openvpn/AirVPN_Sweden_UDP-443.ovpn'$'\n''/config/openvpn/AirVPN_Switzerland_TCP-443.ovpn': No such file or directory 2016-03-28 23:39:33,492 DEBG 'start' stderr output: cat: '/config/openvpn/openvpn.ovpn'$'\n''/config/openvpn/AirVPN_Sweden_UDP-443.ovpn'$'\n''/config/openvpn/AirVPN_Switzerland_TCP-443.ovpn': No such file or directory 2016-03-28 23:39:33,495 DEBG 'start' stderr output: cat: '/config/openvpn/openvpn.ovpn'$'\n''/config/openvpn/AirVPN_Sweden_UDP-443.ovpn'$'\n''/config/openvpn/AirVPN_Switzerland_TCP-443.ovpn': No such file or directory 2016-03-28 23:39:33,499 DEBG 'start' stdout output: [crit] VPN provider remote gateway not defined, exiting... 2016-03-28 23:39:33,499 DEBG fd 9 closed, stopped monitoring <POutputDispatcher at 47151743109960 for <Subprocess at 47151742974288 with name start in state RUNNING> (stdout)> 2016-03-28 23:39:33,499 DEBG fd 14 closed, stopped monitoring <POutputDispatcher at 47151743110392 for <Subprocess at 47151742974288 with name start in state RUNNING> (stderr)> 2016-03-28 23:39:33,499 INFO exited: start (exit status 1; not expected) 2016-03-28 23:39:33,499 DEBG received SIGCLD indicating a child quit 2016-03-28 23:39:34,500 INFO success: webui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-03-28 23:39:34,500 INFO success: deluge entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) The only point at which i deviated from the guide was the vpn port. I looked in the ovpn file and instead of 1194 I see port 443
  18. Do purevpn support incoming ports? If not then your downloads will be slow at best. If they do support incoming ports then you will need to manually configure deluge to use it. How do you check whether a provider supports incoming ports? I've tried asking FrootVPN (for example), which incoming ports they use but they just told me the port for OpenVPN which is 1194
  19. Is anyone able to get the airvpn generator link to work when using TOR? I keep getting an internal server error when I try to access the page in the client area
  20. just tried that as well, but there are no spaces
  21. I'm using the password generated by PIA, which doesn't contain anything other than numbers and letters
  22. Has there been a change to this template recently? I can't seem to connect to it via deluge or the webui anymore I'm seeing this error in my log: 2016-03-13 07:55:00,938 INFO success: webui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-03-13 07:55:00,938 INFO success: deluge entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-03-13 07:55:02,245 DEBG 'start' stdout output: Sun Mar 13 07:55:02 2016 AUTH: Received control message: AUTH_FAILED 2016-03-13 07:55:02,245 DEBG 'start' stdout output: Sun Mar 13 07:55:02 2016 SIGTERM[soft,auth-failure] received, process exiting 2016-03-13 07:55:02,246 DEBG fd 9 closed, stopped monitoring <POutputDispatcher at 47726260263824 for <Subprocess at 47726260128152 with name start in state RUNNING> (stdout)> 2016-03-13 07:55:02,246 DEBG fd 14 closed, stopped monitoring <POutputDispatcher at 47726260264256 for <Subprocess at 47726260128152 with name start in state RUNNING> (stderr)> 2016-03-13 07:55:02,246 INFO exited: start (exit status 0; expected) 2016-03-13 07:55:02,246 DEBG received SIGCLD indicating a child quit My year of PIA expired a few days back and I set up a new account (new user/pass). I've made sure that my user and pass are updated to the new one in the docker config page but I'm still getting the AUTH_FAILED message A few lines above that in the log is: 2016-03-13 07:54:59,699 DEBG 'start' stdout output: Sun Mar 13 07:54:59 2016 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this Is it possible that delugevpn is still trying to use my old user/pass? How do I reset it without reinstalling? A few posts back it was mentioned that setting VPN_REMOTE = nl.privateinternetaccess.com is ideal, but for the past year I've been using us-east.privateinternetaccess.com without a problem What could be the issue?
  23. Another problem is the access server version number. Currently it is version 2.0.20, but there is a known problem with OSX clients connecting to the server due to security changes in el capitan (see: https://forums.openvpn.net/topic19879.html). Is it possible to upgrade to the latest access server version?
  24. If you mean within OVPN-AS settings, then TCP and UDP are standard, but admin UI port has been changed to 9431 If you mean within the container for the docker, then there is no section for port mappings at all. When I talk about the webUI port number in container config, I'm talking about the 'webui' field within 'additional fields'. By default that is set to https://[iP]:[PORT:943]/, but I changed it to 9431 so I can access the UI from within unraid

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.