-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pushover Notification Customization of sound and priority #522
Comments
This would be great. |
This comment was marked as spam.
This comment was marked as spam.
@crazy-max in diun/internal/notif/pushover/client.go Line 66 in 5d58380
diun/internal/model/notif_pushover.go Line 9 in 5d58380
Priority .
Is it somehow possible to set that value in docker-compose? The docs say nothing about it. |
Priority definitely works, even if it's not documented. I'm using the configuration file
|
@fanaticDavid thank you for sharing! Will try |
Thanks! |
Behaviour
Pushover always sends with the default sounds but in many cases this can be delivered silently or with a different priority.
Steps to reproduce this issue
N/A
Expected behaviour
The API calls for:
priority - send as -2 to generate no notification/alert, -1 to always send as a quiet notification, 1 to display as high-priority and bypass the user's quiet hours, or 2 to also require confirmation from the user
sound - the name of one of the sounds supported by device clients to override the user's default sound choice (string)
These should be customizable through configuration or the pushover environment variables.
Actual behaviour
These are not customizable and it will always play the default sound and priority
Configuration
uname -a
) : Debian 11The text was updated successfully, but these errors were encountered: