chore: update metadata

This commit is contained in:
npty 2023-09-19 11:33:32 +07:00
parent 5c4c1790ec
commit 505143b34a
2 changed files with 3 additions and 10 deletions

View File

@ -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/"
}

View File

@ -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.