gotify/server

一个简单的服务器,用于实时发送和接收每个 WebSocket 的消息(包括一个时尚的 web-ui)。「A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)」

Github stars Tracking Chart

gotify/server

介绍

我们想要一个简单的服务器,用于发送和接收消息(根据 WebSocket 实时)。为此,没有太多的开源项目存在,大多数现有的项目都被放弃了。此外,还有一个要求是它可以自我托管。我们知道有许多免费和商业的推送服务。

特性

  • 通过 REST-API 发送消息
  • 通过 WebSocket 接收消息
  • 管理用户、客户和应用程序
  • 插件
  • Web-UI -> ./ui
  • CLI 发送消息 -> gotify/cli
  • Android-App -> gotify/android

文档资料

安装配置REST-API设置开发环境

贡献

我们欢迎所有类型的贡献,包括错误报告、功能请求、文档改进、用户界面完善等。请查看 CONTRIBUTING.md 以了解相关指南。

版本管理

我们使用 SemVer 进行版本管理。关于可用的版本,请看这个版本库的标签

许可证

本项目采用麻省理工学院的授权许可--详见 LICENSE 文件。


(The first version translated by vz on 2020.08.16)

Main metrics

Overview
Name With Ownergotify/server
Primary LanguageGo
Program languageGo (Language Count: 5)
PlatformDocker, Linux, Raspbian, Windows
License:Other
所有者活动
Created At2018-01-15 20:25:27
Pushed At2025-07-11 04:47:00
Last Commit At2025-07-11 04:47:00
Release Count62
Last Release Namev2.6.3 (Posted on )
First Release Namev1.0.0 (Posted on )
用户参与
Stargazers Count13.1k
Watchers Count120
Fork Count715
Commits Count644
Has Issues Enabled
Issues Count531
Issue Open Count72
Pull Requests Count212
Pull Requests Open Count3
Pull Requests Close Count41
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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

  • 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


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


Documentation

Install
Configuration
REST-API
Setup 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