qhook 0.6.1

Lightweight webhook gateway and workflow engine with queue, retry, and signature verification.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# yaml-language-server: $schema=https://totte-dev.github.io/qhook/schema.json
# qhook.local.yaml — Local development overrides
# This file is merged on top of qhook.yaml when using: qhook start --env local

server:
  allow_private_urls: true  # Allow localhost URLs in handlers

# Override handler URLs for local development:
# handlers:
#   payment-success:
#     url: http://localhost:3000/jobs/payment