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.

mattekure

Members
  • Joined

  • Last visited

Everything posted by mattekure

  1. I recently upgraded unraid to the latest release candidate 6.4.0_rc11i. I noticed that every time I open the plugins page, I get the following error in the log. Nov 16 14:17:10 Tower nginx: 2017/11/16 14:17:10 [crit] 20451#20451: *135500 stat() "/usr/local/emhttp/plugins/ssh/ssh.png" failed (13: Permission denied), client: 192.168.1.11, server: 7919ac795bff0d483d3f219c6b4dfeff9abcbeae.unraid.net, request: "GET /plugins/ssh/ssh.png HTTP/2.0", host: "7919ac795bff0d483d3f219c6b4dfeff9abcbeae.unraid.net", referrer: "https://7919ac795bff0d483d3f219c6b4dfeff9abcbeae.unraid.net/Plugins" It doesnt seem to affect the plugin working in any way, but the icon for the plugin doesnt show on the plugin page. Edit: I noticed that the /usr/local/emhttp/plugins/ssh folder has different permissions that all of the other plugin folders there. The ssh folder permissions looks like: drwxrwx--- 4 root root 200 Nov 15 12:27 ssh while all of the others look like: drwxr-xr-x 7 root root 260 Nov 15 12:27 preclear.disk manually changing it stops the error from showing up. Are there security implications to changing the folder permissions?
  2. I also have the awk: command not found error after updating this morning. can no longer access the GUI.
  3. Thanks for this docker. I was able to get this set up with the letsencrypt docker using a subdomain "news.server.com". Setup was simple, pretty much the same as any other subdomain. ie. point dns entry to my server, add news to the letsencrypt docker subdomains variable, create the new site conf news. No manual edits were made to the freshrss config directory.
  4. I am getting the error Docker Application binhex-delugevpn, Container Port 58946 not found or changed on installed application but when I look into the binhex-delugevpn docker both the container port and host port are 58846 not 58946.
  5. Does anyone know if there are any performance improvements with the Crashplan Small Business app? The home version seems to need more and more RAM as the backup size increases.
  6. I figured it would be something like that. Hopefully at some point they expand the capability to the other methods.
  7. I assume adding or switching to the DNS method is non-trivial. Either way, thank you for your work on this docker.
  8. I tried to read through and figure out what the implications are, but it goes beyond me. It seems like if I own my domain yyyyy.com, I can get the wildcard certificate for *.yyyyy.com. Is that right? or am I totally off base?
  9. I just read that LetsEncrypt recently announced that starting in Jan 2018, they will offer wildcard certificates for free. so you could have one for all the subdomains https://arstechnica.com/information-technology/2017/07/lets-encrypt-to-start-offering-free-wildcard-certificates-for-https/
  10. Thanks much
  11. recently I've noticed this error showing up in the web interface after restarting the docker. As far as I can tell, everything continues to download just fine and sonarr/couchpotato still work with it just fine. [26/May/2017:09:47:08] ENGINE Error in HTTPServer.tick Traceback (most recent call last): File "/opt/sabnzbd/cherrypy/wsgiserver/__init__.py", line 2024, in start self.tick() File "/opt/sabnzbd/cherrypy/wsgiserver/__init__.py", line 2091, in tick s, ssl_env = self.ssl_adapter.wrap(s) File "/opt/sabnzbd/cherrypy/wsgiserver/ssl_builtin.py", line 67, in wrap server_side=True) File "/usr/lib/python2.7/ssl.py", line 363, in wrap_socket _context=self) File "/usr/lib/python2.7/ssl.py", line 611, in __init__ self.do_handshake() File "/usr/lib/python2.7/ssl.py", line 840, in do_handshake self._sslobj.do_handshake() error: [Errno 0] Error
  12. Edit - Thanks, I got it working. I got confused with the HSTS causing chrome to still throw an error, but got it figured out.
  13. Is it possible to add a subdomain that doesnt use SSL? I have a need to serve some files via HTTP but my current setup redirects all traffic to https. I want to set up a subdomain dnd.server.com that allows me to serve up files without https, with the root in a different location from the main server.
  14. Thank you, I've never used the python idle and all my google searches for idle3 came with the idle3-tools as the top results.
  15. I have Unraid 6.3.1 with Nerd tools 2017.02.06 installed and all packages up to date. I am sshd into root and I am trying to run idle3 on a WD drive to adjust its sleep timer, but all I get is an error ** IDLE can't import Tkinter. Your Python may not be configured for Tk. **
  16. Thanks, those are exactly the problem. It seems to be working fine now. I thought I edited them, but it looks like I only edited a portion.
  17. Edit, I just saw a stupid mistake, disregard for now Sorry, I didnt change much, but here goes. I didnt make any changes to nginx.conf File "nextcloud" in nginx site-confs 1 server { 2 listen 80; 3 server_name owncloud.server.com; 4 return 301 https://$server_name$request_uri; 5 } 6 7 server { 8 listen 443 ssl; 9 server_name owncloud.server.com; 10 11 root /config/www; 12 index index.html index.htm index.php; 13 14 ###SSL Certificates 15 ssl_certificate /config/keys/letsencrypt/fullchain.pem; 16 ssl_certificate_key /config/keys/letsencrypt/privkey.pem; 17 18 ###DiffieHellman key exchange ### 19 ssl_dhparam /config/nginx/dhparams.pem; 20 21 ###SSL Ciphers 22 ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-S 22 HA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SH 22 A384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA2 22 56:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNU 22 LL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; 23 24 ###Extra Settings### 25 ssl_prefer_server_ciphers on; 26 ssl_session_cache shared:SSL:10m; 27 28 ### Add HTTP Strict Transport Security ### 29 add_header Strict-Transport-Security "max-age=63072000; includeSubdomains"; 30 add_header Front-End-Https on; 31 32 client_max_body_size 0; 33 34 location / { 35 proxy_pass https://192.168.0.1:4433/; 36 } 37 } config.php from nextcloud 1 <?php 2 $CONFIG = array ( 3 'memcache.local' => '\\OC\\Memcache\\APCu', 4 'datadirectory' => '/data', 5 'instanceid' => 'ocoh2ii67wmp', 6 'passwordsalt' => 'i+gdNt8CcyS8B+D7EKwTldfUxUDhYb', 7 'secret' => 'xxxx', 8 'trusted_domains' => 9 array ( 10 0 => '192.168.1.9:4433', 11 1 => 'owncloud.mattekure.com', 12 ), 13 'overwrite.cli.url' => 'https://owncloud.mattekure.com', 14 'overwritehost' => 'owncloud.mattekure.com', 15 'overwriteprotocol' => 'https', 16 'dbtype' => 'mysql', 17 'version' => '9.1.0.16', 18 'dbname' => 'nextcloud', 19 'dbhost' => '192.168.1.9', 20 'dbport' => '', 21 'dbtableprefix' => 'oc_', 22 'dbuser' => 'nextcloud', 23 'dbpassword' => 'xxxxxx', 24 'logtimezone' => 'UTC', 25 'installed' => true, 26 'mail_smtpmode' => 'smtp', 27 'mail_smtpsecure' => 'tls', 28 'mail_from_address' => 'xxxxxx', 29 'mail_domain' => 'gmail.com', 30 'mail_smtpauthtype' => 'LOGIN', 31 'mail_smtpauth' => 1, 32 'mail_smtphost' => 'xxxx', 33 'mail_smtpport' => '587', 34 'mail_smtpname' => 'xxxx', 35 'mail_smtppassword' => 'xxxxx', 36 );
  18. I am trying to setup Nextcloud. I used the configuration below with the minor changes in port. When I try to access it at my subdomain, it forwards me to the default "Welcome to our server" page. In the nginx error log I see a bunch of 2017/01/16 14:58:51 [error] 329#0: *1 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 192.168.1.1, serv 1 er: _, request: "GET /status.php HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "owncloud.mattekure.com" The nginx documentation here https://docs.nextcloud.com/server/9/admin_manual/installation/nginx_examples.html suggests a lot of fastcgi configs in the server {} block. I didnt see these in the config below, so I havnt put any in yet. Edit: didnt need to see the whole quoted topic.
  19. I had a docker uninstall after an auto update. It was the official phpadmin docker from dockerhub.
  20. How do I pull a different branch of a repository from hub.docker.com? I am trying to set up the develop branch of this docker https://hub.docker.com/r/ashex/pokemongo-map/ But everytime I pull it down, it only pulls the "latest" branch. Is there any way to tag it so it pulls the "develop" branch?
  21. Do we need to delete the contents of the openvpn folder like the original instructions?
  22. I'll throw in my vote for the strong option as well. The update instructions worked perfect for me.
  23. I've been using this docker for a while with about 3.5Tb of data to backup. Thank you to the developer who put this out there for everyone. Crashplan started to really drag and for the last month or so, was stuck "Analyzing" and not actually sending any data. After a lot of web searching and trying different things, I finally found an article from the crashplan website on increasing the RAM. Apparently having a larger data set requires a much greater amount of RAM. There article can be found here: https://support.code42.com/CrashPlan/4/Troubleshooting/Adjusting_CrashPlan_Settings_For_Memory_Usage_With_Large_Backups By following their instructions and bumping up the RAM for crashplan to 4Gb, it immediately began uploading again and went from an estimated 2 months to finish, down to 2 days. So if you have a large data set, make sure you give crashplan enough RAM to do its job or it will never finish.
  24. You were right, the port forwarding worked without issue when I connected to the netherlands, but not to the US servers so far. The docker image is scripted to automatically do the port forwarding for you (PIA only), i can only assume you are connected to a gateway that doesn't support port forwarding, as not all gateways do, which gateway are you connecting to?.
  25. I think I found it. I removed it and reinstalled and one of the environment variables changed from LAN_RANGE to LAN_NETWORK

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.