MCPcopy
hub / github.com/gotify/server

github.com/gotify/server @v2.9.1 sqlite

repository ↗ · DeepWiki ↗ · release v2.9.1 ↗
1,083 symbols 4,526 edges 181 files 309 documented · 29%
README
<a href="https://github.com/gotify/logo">
    <img height="275px" src="https://raw.githubusercontent.com/gotify/logo/master/gotify-logo.png" />
</a>

gotify/server

<a href="https://github.com/gotify/server/actions/workflows/build.yml">
    <img alt="Build Status" src="https://github.com/gotify/server/actions/workflows/build.yml/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>

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

Extension points exported contracts — how you extend this code

Notifier (Interface)
Notifier notifies when a new message was created. [4 implementers]
plugin/manager.go
Notifier (Interface)
Notifier notifies when a new message was created. [4 implementers]
api/message.go
MessageHandler (Interface)
MessageHandler see plugin.MessageHandler. [3 implementers]
plugin/compat/instance.go
Database (Interface)
The Database interface for encapsulating database access. [1 implementers]
auth/authentication.go
PluginDatabase (Interface)
The PluginDatabase interface for encapsulating database access. [1 implementers]
api/plugin.go
ApplicationDatabase (Interface)
The ApplicationDatabase interface for encapsulating database access. [1 implementers]
api/application.go
HealthDatabase (Interface)
The HealthDatabase interface for encapsulating database access. [1 implementers]
api/health.go
UserDatabase (Interface)
The UserDatabase interface for encapsulating database access. [1 implementers]
api/user.go

Core symbols most depended-on inside this repo

WithUser
called by 98
test/auth.go
User
called by 96
test/testdb/database.go
Close
called by 93
api/stream/stream.go
Set
called by 58
mode/mode.go
successOrAbort
called by 46
api/errorHandling.go
Path
called by 33
test/tmpdir.go
App
called by 31
test/testdb/database.go
CreateUser
called by 31
api/user.go

Shape

Method 551
Function 359
Struct 86
Interface 59
Class 19
Enum 5
FuncType 2
TypeAlias 2

Languages

Go81%
TypeScript19%

Modules by API surface

api/application_test.go43 symbols
test/testdb/database.go38 symbols
plugin/manager_test.go37 symbols
api/message_test.go37 symbols
api/user_test.go36 symbols
plugin/manager.go34 symbols
api/stream/stream_test.go33 symbols
api/plugin_test.go32 symbols
api/message.go25 symbols
plugin/compat/v1_test.go24 symbols
api/user.go22 symbols
plugin/testing/mock/mock.go21 symbols

Used by 1 indexed graphs manifest dependencies, hub-wide

Dependencies from manifests, versioned

filippo.io/edwards25519v1.1.0 · 1×
github.com/BurntSushi/tomlv1.5.0 · 1×
github.com/bytedance/gopkgv0.1.3 · 1×
github.com/bytedance/sonicv1.14.1 · 1×
github.com/bytedance/sonic/loaderv0.3.0 · 1×
github.com/cloudwego/base64xv0.1.6 · 1×
github.com/davecgh/go-spewv1.1.1 · 1×
github.com/fortytw2/leaktestv1.3.0 · 1×
github.com/gabriel-vasile/mimetypev1.4.12 · 1×
github.com/gin-contrib/corsv1.7.6 · 1×
github.com/gin-contrib/gzipv1.2.5 · 1×
github.com/gin-contrib/ssev1.1.0 · 1×

For agents

$ claude mcp add server \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact