simple webhook runner with cron scheduling support
- Go 99.5%
- Shell 0.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| internal | ||
| vendor | ||
| .gitignore | ||
| auth.go | ||
| build.sh | ||
| flag_types.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
cronky
a simple webhook runner with:
- cron scheduling support
- templatable scripting and environment variables
- http basic auth
todo
- replace hooks.Run{} rc codes with stored errors, or something that encapsulates error returns
- add hook secret support
- make basic auth more configurable (e.g. gate access to read endpoints too)
- finish code commenting