Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noteed/gh-hooks
GitHub Webhooks receiver
https://github.com/noteed/gh-hooks
Last synced: about 2 months ago
JSON representation
GitHub Webhooks receiver
- Host: GitHub
- URL: https://github.com/noteed/gh-hooks
- Owner: noteed
- License: bsd-2-clause
- Created: 2015-08-19T22:34:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T21:13:15.000Z (over 9 years ago)
- Last Synced: 2023-04-13T10:31:54.866Z (over 1 year ago)
- Language: Haskell
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Webhooks Receiver
This is a simple HTTP endpoint for GitHub webhooks. The payload, when it is a
`push`, is inserted in Humming (`queue_classic`).To run, two files must be present:
- `/github-shared-secret.txt` is the secret used by GitHub to sign the payload.
- `/database-url.txt` is a PostgreSQL connection string to Humming.