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