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.

derekvm

Members
  • Joined

  • Last visited

  1. Hi, After a bit of digging I have determined that Pushover is working the way it is setup to work. The test notification is sent out as a 'normal' notification with a low priority of -1 as shown in the \flash\config\plugins\dynamix\notifications\agents\Pushover.sh file: MESSAGE=$(echo -e "$MESSAGE") case "$IMPORTANCE" in 'normal' ) PRIORITY="-1" ;; 'warning' ) PRIORITY="0" ;; 'alert' ) PRIORITY="1" ;; esac curl -s -k \ -F "token=$APP_TOKEN" \ -F "user=$USER_KEY" \ -F "message=$MESSAGE" \ -F "timestamp=$TIMESTAMP" \ -F "priority=$PRIORITY" \ -F "html=1" \ https://api.pushover.net/1/messages.json 2>&1 From pushover.net In order to verify that Pushover will generate sounds when there are higher priority notifications sent, I changed the 'normal' priority to 0 and then 1 and sent the test notification again. Each time my Android device generated the expected sounds. Hope this helps anyone that may have been experiencing the same (non) issue that I was.
  2. Hi, I'm not sure if it's okay to resurrect this thread or if I should have started a new one but I'm having the exact same issue. I have Pushover setup and I am receiving the test notifications from unRAID but there is no sound or vibration. If I send a notification from the Pushover website I get vibration and sound. I've made sure to enable all sounds in the app on my Android device and my volume settings are good. Has anyone gotten unRAID Pushover notifications working with sound? Any ideas what I can do to get it working? Thank you.

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.