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
1 Commits
Author SHA1 Message Date
Admin Bot 2171424220 feat(webhook): Forgejo → Gotify notification bridge
CI / CI (pull_request) Failing after 21m42s
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
2026-09-16 07:49:15 +09:00