From 54e48c66b362d5ccf77581ee51f64f67e13de541 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 19 Mar 2021 14:37:53 +0100 Subject: [PATCH] Extend `README.md` a bit Add some high-level description. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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