Update build deps and improve readability
The ip filtering is improved as well as the replacing of parameters. The index page is removed.
This commit is contained in:
parent
29caaff596
commit
891a8a70ae
4 changed files with 204 additions and 280 deletions
|
@ -29,7 +29,7 @@ thiserror = "1.0"
|
|||
run_script = "0.7"
|
||||
|
||||
[package.metadata.deb]
|
||||
extended-description = "Webhookey receives requests as for example sent by Gitea's webhooks. Those requests are filtered against configurable filters. When a filter matches values from the header and the body can be passed to scripts which are then executed."
|
||||
extended-description = "Webhookey receives requests in form of a so called Webhook as for example sent by Gitea. Those requests are matched against configured filters, if a filter matches, values from the header and the body can be passed to scripts as parameters which are then executed subsequently."
|
||||
maintainer-scripts = "debian/"
|
||||
systemd-units = { enable = false }
|
||||
assets = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue