feat: GOTV+ relay on Cloudflare Workers + Durable Objects#1
Merged
Conversation
added 2 commits
April 7, 2026 13:45
- Hono worker at /gotv with POST auth via X-Origin-Auth (ORIGIN_AUTH secret) - GotvMatch DO per token: ingest start/full/delta, playcast sync and blobs - VDC-aligned 205 before start, sync delay/cache via vars, optional TOKEN_REDIRECT - OSS docs: README, LICENSE, CONTRIBUTING, SECURITY, CI workflow template - No KV/D1 required; wrangler.toml + .dev.vars.example only
- Replace index.ts with Hono app (index.tsx): dashboard routes, ASSETS for /assets/* - Server-render match list; no client JS; copy via readonly fields - public/assets/dashboard.css + link rel=stylesheet (no inline styles) - Dashboard components, format helpers, match-index KV listing - wrangler: assets binding, optional MATCH_INDEX; docs and env updates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements a GOTV+ / playcast relay using Hono, Workers, and Durable Objects (one DO per URL \ oken\ for consistent ingest worldwide).
What is included
After merge
Maintainers should set \ORIGIN_AUTH\ via \wrangler secret put\ on the Worker and deploy.