Extend README.md
a bit
Add some high-level description.
This commit is contained in:
parent
b370d59b40
commit
54e48c66b3
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
# Webhookey
|
||||
Webhookey basically is a webserver listening for requests as for
|
||||
example sent as gitea's webhooks. Further, Webhookey allows you to
|
||||
specifiy rules which are matched against the data received to trigger
|
||||
certain actions.
|
||||
|
||||
## Build
|
||||
|
||||
|
@ -80,5 +84,7 @@ Whereas `<config_dir>` depends on the platform:
|
|||
## Use `clap` to parse command line arguments
|
||||
## Implement the functionality to reply to certain webhooks
|
||||
## Security
|
||||
### https support
|
||||
### Authentication features
|
||||
### Secure cookies?
|
||||
## Parameterize fields
|
||||
|
|
Loading…
Reference in a new issue