mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Update apprise notification Pushover #3650
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#3650
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MiffedLyric559 on GitHub (Oct 7, 2024).
📑 I have found these related issues/pull requests
No related issues or pull requests
🏷️ Feature Request Type
Change to existing notification-provider
🔖 Feature description
Update the Pushover notification to support the custom sound feature of Pushover.
✔️ Solution
https://github.com/caronc/apprise/wiki/Notify_pushover#custom-sounds
Above is the linked wiki / documentation for this feature.
❓ Alternatives
Ability to upload custom sounds directly from Kuma I guess but this would be more advanced then necessary.
📝 Additional Context
No response
@Emmanuel-222 commented on GitHub (Oct 8, 2024):
Please assign this to me
@CommanderStorm commented on GitHub (Oct 9, 2024):
We don't assign issues to people because this can only be done for the OG issue writer and contributors.
We also believe that the burocracy of this does not add value.
Regarding this issue, what is nessesary is careful reading through the changelog and seeing if something has changed that needs adjustments in our code. Pointing them out is really important.
@peanutlasko commented on GitHub (Dec 29, 2025):
Adding to this tracker if Kuma could implement custom sounds. Just requires sending the ?sound=mysound parameter in the URL
@CommanderStorm commented on GitHub (Dec 29, 2025):
If you’d like to contribute this, that would be very welcome. We don’t have the resources to take on this issue ourselves, but contributions to updating Apprise - including reviewing the changelog and verifying that everything still works via testing - are very much appreciated.
I’m also not sure what "sounds" you’re referring to. We don’t implement notifications via Apprise ourselves; we only provide an Apprise notification provider that relies on this library.