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.

jlaning

Members
  • Joined

  • Last visited

Everything posted by jlaning

  1. After some initial investigation, it seems that at least maybe dropping a custom script into the directory /boot/config/plugins/dynamix/notifications/agents/ would work based on the code in /usr/local/emhttp/plugins/dynamix/scripts/notify but I haven't tested this. However, a UI way of doing this would be preferred. EDIT: Creating a script /boot/config/plugins/dynamix/notifications/agents/ntfy worked (as a temp solution). Here's my example for ntfy.sh #!/bin/bash curl -u "user:pass" \ -H "Title: ${SUBJECT}" \ -H "Tags: unRAID" \ -d "Event: ${EVENT} Subject: ${SUBJECT} Description: ${DESCRIPTION} Importance: ${IMPORTANCE} Time: $(date '+%Y-%m-%d %H:%M:%S') ${CONTENT}" \ https://ntfy.domain.tld/unRAID
  2. There are notification agents that aren't included in unRAID, ntfy.sh for example. It would be great if one of the notification agents could just be a user script, or multiple. This way you could write your own notification command and not have to wait for your preferred agent to be added officially. Then you user script could be something along the lines of (for ntfy.sh): curl \ -H "Title: $UNRAID_NOTIF_SUBJECT" \ -H "Priority: default" \ -H "Tags: unRAID" \ -d "$UNRAID_NOTIF_DESC" \ ntfy.sh/unraid_notifs where there are a defined list of environment variables passed to it such as: UNRAID_NOTIF_SUBJECT UNRAID_NOTIF_EVENT UNRAID_NOTIF_TIMESTAMP UNRAID_NOTIF_DESC UNRAID_NOTIF_IMPORTANCE UNRAID_NOTIF_CONTENT UNRAID_NOTIF_LINK ...

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.