Simple webhook receiver program https://codeberg.org/grisu48/weblug
Go to file
Felix Niederwanger d7589937b6
Add testing
Adds a blackbox test and fixes some discovered bugs in the program
argument handling. Also adds the `Output` option to web hooks.
2022-12-29 16:03:11 +01:00
cmd/weblug Add testing 2022-12-29 16:03:11 +01:00
test Add testing 2022-12-29 16:03:11 +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 testing 2022-12-29 16:03:11 +01:00
README.md Add usage instructions 2022-02-08 11:50:38 +01:00
weblug.yaml Add testing 2022-12-29 16:03:11 +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