first commit

This commit is contained in:
yo
2024-09-21 11:25:04 +02:00
commit a78a62b180
7 changed files with 151 additions and 0 deletions

9
pkg-descr Normal file
View File

@ -0,0 +1,9 @@
webhook is a lightweight configurable tool written in Go, that allows you to
easily create HTTP endpoints (hooks) on your server, which you can use to
execute configured commands. You can also pass data from the HTTP request
(such as headers, payload or query variables) to your commands.
webhook also allows you to specify rules which have to be satisfied in order
for the hook to be triggered.
WWW: https://github.com/adnanh/webhook