Simple webhook receiver program https://codeberg.org/grisu48/weblug
Go to file
Felix Niederwanger 4526f00f7b
Add uid and gid
Add the user and group id to any command that is being executed.
2022-12-29 14:58:24 +01:00
cmd/weblug Add uid and gid 2022-12-29 14:58:24 +01:00
.gitignore Initial commit 2022-02-08 09:58:24 +01:00
go.mod First prototype 2022-02-08 11:25:22 +01:00
go.sum First prototype 2022-02-08 11:25:22 +01:00
LICENSE Initial commit 2022-02-08 09:58:24 +01:00
Makefile Add static recipe 2022-02-08 15:00:34 +01:00
README.md Add usage instructions 2022-02-08 11:50:38 +01:00
weblug.yaml Add uid and gid 2022-12-29 14:58:24 +01:00

weblug

Simple webhook receiver program.

weblug is the counter-part for web-hooks that allows custom programs and scripts to be executed when a configurable webook is triggered.

Usage

To use weblug you need to define webooks in a yaml file. See weblug.yaml for an example configuration. Then run

./weblug YAML-FILE

This starts the webserver and listens for incoming webhooks.

Build

make               # Build weblug
make static        # Make a static binary