gotify/server

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

Github星跟踪图

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)

主要指标

概览
名称与所有者gotify/server
主编程语言Go
编程语言Go (语言数: 5)
平台Docker, Linux, Raspbian, Windows
许可证Other
所有者活动
创建于2018-01-15 20:25:27
推送于2025-06-06 21:59:31
最后一次提交2025-05-29 21:35:16
发布数62
最新版本名称v2.6.3 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数12.8k
关注者数121
派生数693
提交数640
已启用问题?
问题数524
打开的问题数71
拉请求数208
打开的拉请求数5
关闭的拉请求数41
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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