gotify/server
Docker Hub
updated 13d agoa simple server for sending and receiving messages
Used in Recipes
gotify/server
Intro
We wanted a simple server for sending and receiving messages (in real time per web socket). 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.
Features
- send messages via REST-API
- receive messages via web socket
- manage users, clients and applications
- API Docs (also available at
/docs) - Web-UI
- CLI for sending messages -> gotify/cli
- Android-App -> gotify/android
Install ᛫ Configuration ᛫ REST-API ᛫ Setup Dev Environment
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under the MIT License - see the LICENSE file for details
