feat(notifications): add Bark push support#1097
Conversation
Add Bark as a supported Apprise notification protocol. Supported URL formats: - bark://bark_key uses the official Bark server at https://api.day.app/ - bark://host/bark_key uses a custom Bark server over HTTP - barks://host/bark_key uses a custom Bark server over HTTPS Bark notifications are sent with POST JSON payloads containing the device key, title, and body. The notification settings modal now lists Bark examples in the Apprise URL placeholder and support text.
|
Don't forget to update the Dockhand manual. Suggestion: add the link https://github.com/Finb/Bark to the comments in the code as well? File: |
@radoeka Could you tell me where the document repository is? I can't find it. I've tried searching within this project, on the Finsys homepage, and even globally on GitHub. 😅 |
|
I can't :( I assume it is an in house/private repository. Question: would you be able to implement #1099 (Apprise Signal Messenger Integration) too (it is using a rest api)? |
|
@undirectlookable thanks, goes out in @radoeka i will update the manual and implement Signal in #1099 |
|
A few small follow-ups I layered on top so it covers the common Apprise/Bark patterns end to end:
Manual section updated too with the URL formats + a small table for the Bark-specific query params. Crediting you in the v1.0.33 changelog entry. Thanks again! |
Add Bark as a supported Apprise notification protocol. Resolves #1095
Supported URL formats:
Bark notifications are sent with POST JSON payloads containing the device key, title, and body. The notification settings modal now lists Bark examples in the Apprise URL placeholder and support text.
Proposed change
Closes #(issue or discussion)
Type of change