Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

eternal-flame-AD/gotify-netlify

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).

About

Gotify netlify plugin

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors