An example gotify plugin for receiveing webhooks from netlify.
- Clone this repo
export GO111MODULE=on
if you are in GOPATHmake download-tools
- Make changes
make build
to 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=on
if you are in GOPATHmake download-tools
make GOTIFY_VERSION=v1.2.1 build
to build the plugin for your gotify version (GOTIFY_VERSION
could be a tag, a branch or a commit).