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.0.0

2019-03-01

Breaking Api Changes:

  • image inside GET /applications are now returned as relative path

Server:

  • Add example config.yml (fixed in #105 by @lapin-b)
  • Correctly fill swagger host field (#105 fixed in #108)
  • Migrate to go modules (#111 by @eternal-flame-AD)
  • Plugin Support (#51 fixed in #110 by @eternal-flame-AD) See https://gotify.net/docs/plugin
  • Reduce executable size (#114 fixed in #116)
  • Add extra property to message (#120 fixed in #121 by @eternal-flame-AD)
  • Update to go1.12 (#134)
  • Serve UI with gzip (#124 by @eternal-flame-AD)
  • Build release binaries with docker (#125)
  • Support pathrewrite in reverse proxy (#122 fixed in #127 by @eternal-flame-AD)
  • Prevent removing the last admin (#31 fixed in #130 by @eternal-flame-AD)

UI:

  • Update app name/description (#69 fixed in #110 by @eternal-flame-AD)
  • Remember theme between site reloads (#57 fixed in #128 by @tryzniak)

Misc: