UP-NextPush / server-app

UnifiedPush provider for Nextcloud - server application - Moved to https://codeberg.org/NextPush/uppush
GNU Affero General Public License v3.0
67 stars 8 forks source link

[Feature request] Send push notification through HTTP #23

Closed koug44 closed 12 months ago

koug44 commented 2 years ago

Hello,

This is not a bug. I want to replace a Gotify server with a NextPush one but I can't find any information on how to send notification through a simple HTTP request (curl or httpie)

I didn't find a better canal for asking you this :-/

Damien

p1gp1g commented 2 years ago

NextPush works only as a unifiedpush distributor, to forward notifications to other applications. It does not have this feature (showing a notification).

But it is possible to implement it quite easily if it is needed. If I do so, it will just handle simple notifications, raw text without all the features ntfy has :)

koug44 commented 2 years ago

Oh ok, thanks for the explaination. So I guess I’ve to stick with both services for a while

p1gp1g commented 2 years ago

You may want to keep that issue open and change the title from Documentation request to Feature request

koug44 commented 2 years ago

Some examples of what the feature could look like are available on the Gotify documentation:

https://gotify.net/docs/pushmsg

p1gp1g commented 12 months ago

This is possible since version 1.7.0 of NextPush (Android), so I'm closing the issue :)