diff --git a/README.md b/README.md index 574f089..d09ee69 100644 --- a/README.md +++ b/README.md @@ -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 `` 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