feat(webhook): Forgejo → Gotify notification bridge #29

Merged
rock merged 1 commits from feat/forgejo-gotify-webhook into main 2026-09-15 22:50:50 +00:00
Owner

POST /v1/webhooks/forgejo — receives Forgejo payloads, verifies HMAC SHA256, sends Gotify push notifications.

Supported events: push, pull_request, issues, issue_comment, release.

POST /v1/webhooks/forgejo — receives Forgejo payloads, verifies HMAC SHA256, sends Gotify push notifications. Supported events: push, pull_request, issues, issue_comment, release.
rock added 1 commit 2026-09-15 22:49:44 +00:00
feat(webhook): Forgejo → Gotify notification bridge
CI / CI (pull_request) Failing after 21m42s
2171424220
POST /v1/webhooks/forgejo receives Forgejo payloads, verifies HMAC
SHA256 signature, formats event into Gotify push notification.

Supported events: push, pull_request, issues, issue_comment,
pull_request_review_comment, release.

Env vars: GOTIFY_URL, GOTIFY_APP_TOKEN, FORGEJO_WEBHOOK_SECRET
Secret: gotify-webhook-secret in api namespace
rock merged commit bd8c64862c into main 2026-09-15 22:50:50 +00:00
Sign in to join this conversation.