Gotify, the open source self-hosted push notification server, preinstalled for AWS with PostgreSQL and nginx. A per-instance administrator and database password are generated on first boot. Backed by 24/7 cloudimg support.
## Gotify by cloudimg
Gotify is the popular open source, self-hosted push notification server - send messages from any script, server or application over a simple REST API and receive them in real time in the web app or the Android client. This Amazon Machine Image delivers Gotify fully installed and configured, so a private notification server is running within minutes of launch. The current release available is Gotify 2.9.
## Application Stack
The Gotify server - a single Go binary that serves both the API and the web app - runs behind nginx as a reverse proxy. PostgreSQL is the datastore. The server and database bind to the loopback interface.
## Secure First Boot
On the first boot of every instance a one shot service recreates an empty database (which also yields a fresh per-instance session signing key), generates a fresh PostgreSQL password, and seeds a single administrator account with a per-instance password written to a root only file. Open registration is disabled. No shared or default credentials ship in the image.
## Ready To Use
Sign in as the administrator, create an application to get its token, and start pushing messages with a single curl call. Connect the official Android client or any websocket consumer to receive them in real time.
## cloudimg Support
cloudimg provides 24/7 technical support for this image, covering deployment, upgrades, integrations, TLS termination and database administration.
Gotify is a trademark of its respective owner. Use of the name does not imply any affiliation with or endorsement by them.