mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
fb16dfecae
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)
9 lines
462 B
Plaintext
9 lines
462 B
Plaintext
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.
|