No description
Find a file
2026-06-12 13:56:49 +02:00
README.md docs: introduce webhook handlers 2026-06-12 13:56:49 +02:00
webhook.conf Add webhook.conf 2026-06-12 13:32:17 +02:00

Webhook Handler Configuration

This repository contains the configuration file for adnanh/webhook, a lightweight webhook server.

Configuration

The webhook.conf file defines a single hook:

  • ID: deploy-intranet
  • Action: Executes /usr/local/makerspaceleiden-crm/rollout-prod.sh
  • Working Directory: /usr/local/makerspaceleiden-crm/
  • Trigger: Fires when any X-Webhook-Secret header is present (matches ***)

Usage

This configuration triggers a production deployment of the Makerspace Leiden CRM system whenever a webhook request is received with the X-Webhook-Secret header.

Setup

  1. Install webhook
  2. Place this webhook.conf in your webhook configuration directory
  3. Start the webhook server with the configuration file

References