SkillAgentSearch skills...

Webhookd

A simple gitlab/github web hooks daemon

Install / Use

/learn @thu-cs-lab/Webhookd
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

webhookd

A simple GitLab/GitHub web hooks daemon. Run scripts whenever hook is triggered.

Installation

There are two ways:

  1. Run cargo install webhookd to install webhookd.
  2. Use cargo-deb:
> cargo install cargo-deb
> git clone https://github.com/jiegec/webhookd.git
> cd webhookd
> cargo deb --separate-debug-symbols --compress-debug-symbols --install

Configuration

See example.toml for usage. Then, register this webhook in GitLab/GitHub. Currently only json is supported.

Usage

Run webhookd manually:

> RUST_LOG=info webhookd --config config.toml

Run webhookd in systemd:

> sudo systemctl edit webhookd
# Add the following lines if needed
[Service]
User=nobody
Group=nobody
Environment="WEBHOOKD_CONFIG=/path/to/config.toml"

Then, run sudo systemctl enable --now webhookd to activate.

License

Licensed under GPL-3.0-or-later license.

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated1mo ago
Forks2

Languages

Rust

Security Score

95/100

Audited on Feb 6, 2026

No findings