Gotify logo

Gotify

A simple server for sending and receiving messages in real-time per WebSocket

Alternative to: Pushover, Pushbullet

Gotify screenshot

About Versions (70)

v2.3.0

2023-07-20
  • Add default priority for applications (#312 via #578 by @chrispruitt)

  • (this is only relevant if you package gotify yourself, or are a package maintainer): Change static file embedding. Gotify now uses go:embed, so you’ll need to remove the make embed-static or go run hack/packr/packr.go when building gotify/server. by @eternal-flame-AD