summaryrefslogtreecommitdiffstats
path: root/network/webhook/slack-desc
blob: 2a1ad2be8575e8e9b4962e3321d8750a75724206 (plain)
# 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/