An example gotify plugin for receiveing webhooks from netlify.
- Clone this repo
export GO111MODULE=onif you are in GOPATHmake download-tools- Make changes
make buildto build the plugin for the master branch of gotify
If you found your gotify version is included in the build, you can download the shared object and put that into your plugin dir.
If you did not find you gotify version, follow these steps to build one for your own:
- Download a zip file of the source code of current release at the releases page and extract it.
export GO111MODULE=onif you are in GOPATHmake download-toolsmake GOTIFY_VERSION=v1.2.1 buildto build the plugin for your gotify version (GOTIFY_VERSIONcould be a tag, a branch or a commit).