diff --git a/apps/ntfy/config.json b/apps/ntfy/config.json index 63c85cfa..f9e213d2 100644 --- a/apps/ntfy/config.json +++ b/apps/ntfy/config.json @@ -12,7 +12,7 @@ ], "description": "Send push notifications to any devices using a simple HTTP PUT or POST request.", "short_desc": "Ntfy, a simple server for sending and receiving notification messages.", - "author": "npty", + "author": "https://github.com/binwiederhier", "source": "https://github.com/binwiederhier/ntfy", "website": "https://ntfy.sh/" } diff --git a/apps/ntfy/metadata/description.md b/apps/ntfy/metadata/description.md index 330f14d3..35853ce2 100644 --- a/apps/ntfy/metadata/description.md +++ b/apps/ntfy/metadata/description.md @@ -1,10 +1,3 @@ -# Selfhosted notification service - -We wanted a simple server for sending and receiving messages (in real time per WebSocket). For this, not many open source projects existed and most of the existing ones were abandoned. Also, a requirement was that it can be self-hosted. We know there are many free and commercial push services out there. - -At the heart of this project. (gotify/server)[https://hub.docker.com/r/gotify/server] features a WebUI and functionality for: - -- sending messages via a REST-API -- subscribing/receiving messages via a web socket connection -- managing users, clients and applications +# Ntfy: HTTP-Based Notification Service +ntfy (pronounced as 'notify') is a straightforward pub-sub notification service that operates over HTTP. It facilitates the seamless transmission of notifications to your phone or desktop through scripts from any machine, completely free of charge and without the requirement of registration. Furthermore, its open-source nature (as evidenced here) allows you the option to host your own instance.