Pushover Notifications
Introduced in Streamwell v1.8.1, this integration with pushover.net allows you to recieve iOS/Android push notifications when certain events on the server occur (like starting a stream, recordings, etc.)
To configure this integration, first signup for an account at pushover.net (they provide a generous free trial and the service is unbelievably low-priced at roughly $5 USD per device, one-time).
Once logged in, create a new Application/API Token for your Streamwell instance:

Copy the application key:

And copy your user key from the main screen:

In your Streamwell docker compose file or startup command, provide PUSHOVER_USER and PUSHOVER_KEY as environment variables.
In Streamwell itself, you can enable notifications under the Server Features menu (it will only actually send them if you've installed Streamwell with the aforementioned environment variables):

If you're an enterprise user and you like this, let us know if you want to see any additional options for push notifications!
Last updated