eternal-flame-ad/gotify-netlify — explained in plain English
Analysis updated 2026-07-22 · repo last pushed 2019-03-02
Get a push notification on your phone when your Netlify site deploy succeeds.
Receive an alert when a Netlify build fails so you can fix it quickly.
Replace Slack or email with private self-hosted notifications for website deployments.
| eternal-flame-ad/gotify-netlify | aegrail/aegrail-engine | aeneasr/form | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Go | Go | Go |
| Last pushed | 2019-03-02 | — | 2019-03-08 |
| Maintenance | Dormant | — | Dormant |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 5/5 | 2/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a working Gotify server and compiling the Go plugin to match your specific Gotify version.
Gotify-netlify is a plugin that connects two services: Gotify, a self-hosted notification tool, and Netlify, a popular platform for hosting websites. The plugin's purpose is to listen for deployment events from Netlify and send you a push notification through Gotify whenever something happens. If you run your own Gotify server and deploy sites with Netlify, this gives you a simple, private way to get alerts like "deploy succeeded" or "build failed" delivered straight to your phone or desktop. At a high level, the plugin works by acting as a bridge. Netlify sends out a "webhook," which is just an automated message triggered when an event happens on your site. The plugin receives that message, formats it, and forwards it to your Gotify server, which then pushes the alert to whatever devices you have connected. Because it is a plugin for Gotify, it needs to be compiled for the specific version of Gotify you are running. The target audience is someone who already uses Gotify for personal notifications and Netlify for website hosting, and wants to tie the two together without relying on third-party services like Slack or email. For example, a developer who deploys a personal blog on Netlify could use this to get a quiet push notification on their phone every time a new post finishes building and goes live. Building the project requires some familiarity with compiling Go code, and the README notes that you need to match the plugin to your specific version of Gotify. If a pre-built version is available, you can just drop it into your plugin folder, otherwise, you need to compile it yourself using the provided build commands. The instructions are brief and assume you already have a working Gotify environment set up.
A Gotify plugin that listens for Netlify deployment events and sends you push notifications. It bridges Netlify webhooks to your self-hosted Gotify server so you get alerts when builds succeed or fail.
Mainly Go. The stack also includes Go, Gotify, Netlify.
Dormant — no commits in 2+ years (last push 2019-03-02).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.