Kyun logo

gotify/server

Docker Hub
updated 13d ago
42.7M pulls105 stars
a simple server for sending and receiving messages
Used in Recipes

gotify/server

Build Status codecov Go Report Card Swagger Valid FOSSA Status Api Docs latest release version

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

Documentation

InstallConfigurationREST-APISetup 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

ask kyoko!