Gotify
A simple server for sending and receiving messages in real-time per WebSocket
Alternative to: Pushover, Pushbullet
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-staticorgo run hack/packr/packr.gowhen building gotify/server. by @eternal-flame-AD