git404hub

what is gotify-netlify fr?

eternal-flame-ad/gotify-netlify — explained in plain English

Analysis updated 2026-07-22 · repo last pushed 2019-03-02

1GoAudience · developerComplexity · 3/5DormantSetup · moderate

tl;dr

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.

vibe map

mindmap
  root((repo))
    What it does
      Sends push alerts
      Bridges Netlify to Gotify
    How it works
      Receives webhooks
      Forwards to Gotify
      Matches Gotify version
    Use cases
      Deploy success alerts
      Build failure alerts
      Private notifications
    Audience
      Gotify users
      Netlify users
    Setup
      Compile Go plugin
      Drop into plugin folder

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Get a push notification on your phone when your Netlify site deploy succeeds.

VIBE 2

Receive an alert when a Netlify build fails so you can fix it quickly.

VIBE 3

Replace Slack or email with private self-hosted notifications for website deployments.

what's the stack?

GoGotifyNetlify

how it stacks up fr

eternal-flame-ad/gotify-netlifyaegrail/aegrail-engineaeneasr/form
Stars111
LanguageGoGoGo
Last pushed2019-03-022019-03-08
MaintenanceDormantDormant
Setup difficultymoderatehardeasy
Complexity3/55/52/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires a working Gotify server and compiling the Go plugin to match your specific Gotify version.

in plain english

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.

prompts (copy fr)

prompt 1
Set up gotify-netlify to send me a push notification every time my Netlify site deployment finishes. Walk me through compiling the Go plugin for my Gotify version.
prompt 2
Help me configure Netlify webhooks to point at my Gotify server running the gotify-netlify plugin, so I get alerts on deploy success and failure.
prompt 3
I already run Gotify and deploy sites on Netlify. Show me how to build and install the gotify-netlify plugin from source using the provided build commands.

Frequently asked questions

what is gotify-netlify fr?

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.

What language is gotify-netlify written in?

Mainly Go. The stack also includes Go, Gotify, Netlify.

Is gotify-netlify actively maintained?

Dormant — no commits in 2+ years (last push 2019-03-02).

How hard is gotify-netlify to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is gotify-netlify for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.