Skip to content

eternal-flame-AD/gotify-netlify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotify-netlify

An example gotify plugin for receiveing webhooks from netlify.

Development

  1. Clone this repo
  2. export GO111MODULE=on if you are in GOPATH
  3. make download-tools
  4. Make changes
  5. make build to build the plugin for the master branch of gotify

Use the release

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:

  1. Download a zip file of the source code of current release at the releases page and extract it.
  2. export GO111MODULE=on if you are in GOPATH
  3. make download-tools
  4. 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).