Skip to content

Webhook Relay

Lightweight service for receiving, verifying, and forwarding webhooks. Handles GitHub → Slack notifications.

Container

Image Built from source
Container webhook-relay
Port 8000
URL relay.thekiffy.com
Repo github.com/kiffness/webhook-relay

Compose location

/home/docker/containers/webhook-relay/docker-compose.yml

Environment variables

Set in /home/docker/containers/webhook-relay/.env:

GITHUB_WEBHOOK_SECRET=<your secret>
SLACK_WEBHOOK_URL=<your slack webhook URL>

Deploy

Deploys automatically on push to main via GitHub Actions. The workflow SSHs in and runs:

cd /home/docker/containers/webhook-relay
git pull origin main
docker compose up --build -d

API docs

Live at https://relay.thekiffy.com/docs