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.

Wolfy

Members
  • Joined

  • Last visited

  1. I'm trying to set up a notification on my backup server for when the backup finishes: /usr/local/emhttp/webGui/scripts/notify -e "Rclone" -s "Backup Complete" -d "$(grep ETA rclone-test.log | sed 's/B.*/B/g')" -m "$(sed 's/$/\<br\>/' rclone-test.log|tr -d '\n')" -i "normal" But for whatever reason, this does not seem to trigger a discord notification. It works fine on my main server running 6.12.10, although when I do that I get an error (even though it does create the discord notification): /boot/config/plugins/dynamix/notifications/agents/._Discord.sh: /boot/config/plugins/dynamix/notifications/agents/._Discord.sh: cannot execute binary file Edit: I should note that it does work when I do the "test" notification in the gui, so it's not an issue with the webhook url Edit2: I just tested this with ```/usr/local/emhttp/webGui/scripts/notify -s "TEST"``` and got no output in Discord Edit3: Did some more testing:: This outputs no issues to discord: EVENT="Rclone" SUBJECT="Backup Complete" DESCRIPTION="$(grep ETA rclone-test.log | sed 's/B.*/B/g'|tr -d '\t')" CONTENT="$(sed 's/$/\<br\>\\n/' rclone-test.log|tr -d '\t')" IMPORTANCE="normal" bash /boot/config/plugins/dynamix/notifications/agents/Discord.sh This outputs to the unraid notifications, but not discord: EVENT="Rclone" SUBJECT="Backup Complete" DESCRIPTION="$(grep ETA rclone-test.log | sed 's/B.*/B/g'|tr -d '\t')" CONTENT="$(sed 's/$/\<br\>\\n/' rclone-test.log|tr -d '\t')" IMPORTANCE="normal" notify -e "$EVENT" -s "$SUBJECT" -d "$DESCRIPTION" -m "$CONTENT" -i "$IMPORTANCE" So I think the issue is somewhere inside the notify script that's not calling the discord script.
  2. Is there documentation for how to change the colors? I was envisioning a system where the light is green if the drive is online and good, red if bad, blue if populated but spun down, etc.
  3. I'm having this issue as well. After about a month I had my second flash drive fail. I believe the issue is my syslog was writing to the flash drive. Hopefully now that I fixed it, once I get (another) new flash drive in it'll last a while.
  4. Apologies if this has already been asked, but how do I set mover settings per share? I have one share that I want files moved to the array much more often (basically just using my cache as a write cache, and want the files to be protected on the array), and a second share that I want files to stay in the cache as long as possible (for use while keeping my drives spun down, but eventually move to the array for long term storage). Is this possible?
  5. Several times now, I've come home from work to my new Unraid trial server not online. I've finally figured out how to get it to keep logs after losing power, so here's my syslog. https://pastebin.com/KCyAmfri Let me know if you need any more information. nepheletower-diagnostics-20220316-1656.zip
  6. Hello! Were you able to find a solution to this issue? I think I'm having the same issue with my 5700xt

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.