Home

Awesome

<p align="center"> <a href="https://github.com/gotify/logo"> <img height="370px" src="https://raw.githubusercontent.com/gotify/logo/master/gotify-logo.png" /> </a> </p> <h1 align="center">gotify/server</h1> <p align="center"> <a href="https://github.com/gotify/server/actions?query=workflow%3Abuild"> <img alt="Build Status" src="https://github.com/gotify/server/workflows/build/badge.svg"> </a> <a href="https://codecov.io/gh/gotify/server"> <img alt="codecov" src="https://codecov.io/gh/gotify/server/branch/master/graph/badge.svg"> </a> <a href="https://goreportcard.com/report/github.com/gotify/server"> <img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/gotify/server"> </a> <a href="https://matrix.to/#/#gotify:matrix.org"> <img alt="Matrix" src="https://img.shields.io/matrix/gotify:matrix.org.svg"> </a> <a href="https://hub.docker.com/r/gotify/server"> <img alt="Docker Pulls" src="https://img.shields.io/docker/pulls/gotify/server.svg"> </a> <a href="https://github.com/gotify/server/releases/latest"> <img alt="latest release" src="https://img.shields.io/github/release/gotify/server.svg"> </a> </p>

Intro

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.

Features

<img alt="Gotify UI screenshot" src="ui.png" align="right" width="500px"/>

<img src="https://play.google.com/intl/en_gb/badges/images/generic/en_badge_web_generic.png" alt="Get it on Google Play" width="150" /> <img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" width="150"/>

<sub>(Google Play and the Google Play logo are trademarks of Google LLC.)</sub>


Documentation

InstallConfigurationREST-APISetup Dev Environment

Contributing

We welcome all kinds of contribution, including bug reports, feature requests, documentation improvements, UI refinements, etc. Check out CONTRIBUTING.md for guidelines.

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