cinny icon indicating copy to clipboard operation
cinny copied to clipboard

Support for ntfy as unifiedpush gateway

Open williamkray opened this issue 3 years ago • 4 comments

Describe the problem

Currently Cinny handles push notifications natively from the homeserver pushers. However, mobile browsers on Android trend to have issues reliably sending notifications, so users may still have apps like element installed for push notifications, only to use cinny in their browser to access their messages.

Describe the solution you'd like

I would like Cinny to allow configuration to register as a notification endpoint with ntfy.sh servers, so that notifications could be pushed reliable to Android devices via the ntfy app, and sent to the PWA on the users device, eliminating the need to keep a second matrix client installed.

Alternatives considered

Resolving notification reliability natively via an app bundle: would still benefit from using ntfy as a secondary option.

Additional context

No response

williamkray avatar Sep 21 '22 23:09 williamkray

Do you just want the message pushed via ntfy or do you want it to integrate? Opening Cinny with a specific channel is not possible with Cinny at the moment, but this can be addressed using URL fragments (#411), which I'd say displays the best approach.

C0ffeeCode avatar Dec 20 '22 13:12 C0ffeeCode

i mean integration with deep links would be great, but i'd take baby steps with a plan for iterative improvement over nothing.

williamkray avatar Dec 21 '22 21:12 williamkray

I do not think these fits into Cinny properly imo, but you could do that manually.

C0ffeeCode avatar Dec 22 '22 07:12 C0ffeeCode

I would like to mention in addition to OPs issue, it would be beneficial to support all UP (UnifiedPush) implementations and not just ntfy.sh. I use NextPush but Ntfy, NextPush, FCM-UP etc. all use the same UnifiedPush API.

Handrail9 avatar Oct 10 '24 09:10 Handrail9