mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
462 B
Text
8 lines
462 B
Text
Easily create HTTP endpoints (hooks) to execute shell commands
|
|
|
|
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.
|