Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eternal-flame-ad/gotify-netlify
Gotify netlify plugin
https://github.com/eternal-flame-ad/gotify-netlify
gotify gotify-plugin netlify
Last synced: 20 days ago
JSON representation
Gotify netlify plugin
- Host: GitHub
- URL: https://github.com/eternal-flame-ad/gotify-netlify
- Owner: eternal-flame-AD
- License: mit
- Created: 2019-02-04T03:36:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-02T14:26:39.000Z (almost 6 years ago)
- Last Synced: 2024-12-10T11:44:07.791Z (26 days ago)
- Topics: gotify, gotify-plugin, netlify
- Language: Go
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gotify-netlify
An example gotify plugin for receiveing webhooks from netlify.
## Development
1. Clone this repo
1. `export GO111MODULE=on` if you are in GOPATH
1. `make download-tools`
1. Make changes
1. `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.
1. `export GO111MODULE=on` if you are in GOPATH
1. `make download-tools`
1. `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).