slackbuilds_ponce/network/webhook/slack-desc
Sergei Fedosoff 52d564781e network/webhook: Added (WebHook tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-11-09 08:21:26 +07:00

19 lines
1.1 KiB
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
webhook: webhook (Webhook tool)
webhook:
webhook: Webhook is a lightweight configurable tool written in Go, that allows
webhook: you to easily create HTTP endpoints (hooks) on your server, which you
webhook: can use to execute configured commands. You can also pass data from
webhook: the HTTP request (such as headers, payload or query variables) to
webhook: your commands. webhook also allows you to specify rules which have to
webhook: be satisfied in order for the hook to be triggered.
webhook: service providing container.
webhook:
webhook: Homepage: https://github.com/adnanh/webhook/