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.

Pushover Notifications from Script

Featured Replies

I have my own backup script running on unraid that starts each time the server starts. Works great. What I would like to do is have a pushover notification sent to my phone at the end of the script that sends me a message saying "Backup finished"

 

Can anyone tell me what command I would put in my script to do that?

# /usr/local/emhttp/webGui/scripts/notify
notify [-e "event"] [-s "subject"] [-d "description"] [-i "normal|warning|alert"] [-m "message"] [-x] [-t] [add]
  create a notification
  use -e to specify the event
  use -s to specify a subject
  use -d to specify a short description
  use -i to specify the severity
  use -m to specify a message (long description)
  use -x to create a single notification ticket
  use -t to force send email only (for testing)
  all options are optional
notify init
  Initialize the notification subsystem.
notify smtp-init
  Initialize sendmail configuration (ssmtp in our case).
notify get
  Output a json-encoded list of all the unread notifications.
notify archive file
  Move file from 'unread' state to 'archive' state.

 

  • Author

So helpful! Thank you very much!

  • 3 years later...

Not sure how this talks with Pushover, I assume you're talking about https://pushover.net/ for phone notifications? But I am interested! Getting a script running and I'd like an active notification.

Archived

This topic is now archived and is closed to further replies.

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.