Skip to content

A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)

License

Notifications You must be signed in to change notification settings

gotify/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5cd2d54 · May 28, 2023
Dec 3, 2022
May 28, 2023
Dec 3, 2022
Aug 4, 2021
May 29, 2022
Nov 9, 2022
May 28, 2023
May 8, 2020
Mar 7, 2020
Nov 1, 2020
Sep 10, 2022
Sep 11, 2022
May 28, 2023
Dec 3, 2022
Dec 28, 2022
May 9, 2023
Feb 11, 2020
May 10, 2018
May 29, 2022
Mar 16, 2019
Mar 2, 2018
Apr 4, 2019
Sep 10, 2022
Mar 8, 2019
Nov 9, 2022
Jan 6, 2021
Sep 26, 2021
May 29, 2022
Sep 7, 2021
Sep 10, 2022
Sep 10, 2022
Jan 20, 2019

Repository files navigation

gotify/server

Build Status codecov Go Report Card Matrix Docker Pulls latest release

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

Gotify UI screenshot

  • send messages via REST-API
  • receive messages via WebSocket
  • manage users, clients and applications
  • Plugins
  • Web-UI -> ./ui
  • CLI for sending messages -> gotify/cli
  • Android-App -> gotify/android

Get it on Google Play Get it on F-Droid

(Google Play and the Google Play logo are trademarks of Google LLC.)


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