mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-14 17:44:42 +00:00
added todo
This commit is contained in:
parent
d6d9b405ab
commit
478d189de8
1 changed files with 12 additions and 6 deletions
|
@ -136,3 +136,9 @@ To override any of these options, you can use the following command line flags:
|
||||||
All hooks are served under the `http://ip:port/hook/:id`, where the `:id` corresponds to the hook *id* specified in _hooks file_.
|
All hooks are served under the `http://ip:port/hook/:id`, where the `:id` corresponds to the hook *id* specified in _hooks file_.
|
||||||
|
|
||||||
Visiting `http://ip:port` will show version, uptime and number of hooks the webhook is serving.
|
Visiting `http://ip:port` will show version, uptime and number of hooks the webhook is serving.
|
||||||
|
|
||||||
|
## Todo
|
||||||
|
* Add support for passing parameters from payload to the command that gets executed as part of the hook
|
||||||
|
* Add support for ip white/black listing
|
||||||
|
* Add "match-regex" rule
|
||||||
|
* ???
|
||||||
|
|
Loading…
Add table
Reference in a new issue