Crates.io | hookd |
lib.rs | hookd |
version | 0.1.2 |
source | src |
created_at | 2021-06-04 10:22:03.809469 |
updated_at | 2021-06-11 14:41:29.063383 |
description | A simple webhook daemon that supports multiple hooks, passing env vars and reading stdout/stderr. |
homepage | |
repository | https://gitlab.com/famedly/devops/services/hookd |
max_upload_size | |
id | 406065 |
size | 98,306 |
A simple webhook daemon that supports multiple hooks, passing env vars and reading stdout/stderr. Similar to microhookd and webhook.
Use the package manager cargo to install hookd.
cargo install hookd
Create a config file in ~/.config/hookd/config.yaml
based on the config.sample.yaml
in this repo.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.