Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huobazi/hookme
A lightweight webhook receive server
https://github.com/huobazi/hookme
ci-cd devops devops-tools hook hooks shell webhook webhooks
Last synced: 6 days ago
JSON representation
A lightweight webhook receive server
- Host: GitHub
- URL: https://github.com/huobazi/hookme
- Owner: huobazi
- License: mit
- Created: 2020-09-02T11:39:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T13:55:51.000Z (about 4 years ago)
- Last Synced: 2024-06-20T17:29:31.948Z (5 months ago)
- Topics: ci-cd, devops, devops-tools, hook, hooks, shell, webhook, webhooks
- Language: Go
- Homepage: http://huobazi.github.com/hookme/
- Size: 56.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hookme
A lightweight webhook receive server
## Hooker
- [x] [Aliyun registry hooker](https://help.aliyun.com/document_detail/60949.html?spm=https://github.com/huobazi/hookme)
- [x] [Docker hub hooker](https://docs.docker.com/docker-hub/webhooks/)
- [ ] [Github repo push hooker](https://docs.github.com/en/developers/webhooks-and-events/webhooks)
- [ ] [Bitbucket repo push hooker](https://support.atlassian.com/bitbucket-cloud/docs/event-payloads/#EventPayloads-Push)
- [ ] [Gitlab repo push hooker](https://docs.gitlab.com/ee/user/project/integrations/webhooks.html)
- [ ] [Gogs repo push hooker](https://gogs.io/docs/features/webhook)
- [ ] [Gitea repo push hooker](https://docs.gitea.io/en-us/webhooks/)
- [ ] [Coding repo push hooker](https://help.coding.net/docs/project/open/webhook.html)
- [ ] [Gitee repo push hooker](https://gitee.com/help/categories/40)
- [ ] [JIRA hooker](https://developer.atlassian.com/cloud/jira/platform/webhooks/)## Build
```bash
make build
```
## Release```bash
make release
```## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request## Contributors
[Contributors List](https://github.com/huobazi/hookme/graphs/contributors).
## License
[MIT](https://github.com/huobazi/hookme/blob/master/LICENSE)