converge-relay: phase 1 — webhook-to-SSE relay server in Go

- Pub/sub broker with fan-out to SSE clients
- POST /webhook — receives Gitea push events, optional HMAC verification
- GET /events — SSE stream of push events
- GET /health — health check endpoint
- Zero external dependencies (stdlib only)
- Docker-based build via goctl wrapper (golang:1.26-alpine)
- systemd unit, README with deployment docs
- Tests: broker pub/sub, slow subscriber drop, ref parsing, signature verification
- 6.0M static binary
This commit is contained in:
2026-05-14 13:54:26 -04:00
parent 4f79212c45
commit 25881f3ff8
13 changed files with 601 additions and 0 deletions
+2
View File
@@ -10,3 +10,5 @@ dist/
dist-newstyle/
.claude/
.pi/
converge-relay/.go-cache/
converge-relay/build/