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.

TJHART85

Members
  • Joined

  • Last visited

Everything posted by TJHART85

  1. This probably won't help you, but, throwing it out there since, 'who knows' For myself, I use a wildcard cert and this is the method I use to update/replace the certs: User scripts plugin: https://forums.unraid.net/topic/48286-plugin-ca-user-scripts/ Create a script to run monthly: #!/bin/bash /usr/bin/cat /mnt/user/backups/certificates/_.mydomain.com.crt > /boot/config/ssl/certs/unraidhostname_unraid_bundle.pem /usr/bin/cat /mnt/user/backups/certificates/_.mydomain.com.issuer.crt >> /boot/config/ssl/certs/unraidhostname_unraid_bundle_unraid_bundle.pem /usr/bin/cat /mnt/user/backups/certificates/_.mydomain.com.key >> /boot/config/ssl/certs/unraidhostname_unraid_bundle_unraid_bundle.pem /etc/rc.d/rc.nginx reload I've got another system that updates the LE certs and dumps them into that source location ... It's been working fine for a couple of years for me. Yours is throwing an error that the file is missing the key ... maybe at least part of that would be useful for you? Personally, I'd also recommend the DNS challenge method for a server that really shouldn't be directly exposed to the internet so that you don't need to forward ports, but, that's a decision that's between you and your firewall. ETA: The way the timing works out, it'll replace the cert and restart nginx more often that it needs to (it'll do it once a month when the certs are valid for ~3, so, two of the times it's the same cert that's getting re-created), but, the cert will always be updated with the new one before it actually expires and has required zero interaction from me since I started using this method (previously, I had used a cronjob, but, those get purged by Unraid during some upgrades, so, I wouldn't use that method again). My server that pulls the updated cert from LE attempts once a week and when LE provides it a cert, it replaces the one in that source location, so, there is always overlap in valid time between the old cert and the new one.
  2. This would be nice. I default mine to NOT start the array because I can't guarantee I'll want it to come up after a random power outage or reboot or whatever, but, having the ability to say "Yes, next reboot, I do want it to just auto start" would be a nice QOL improvement.

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.