subidx/internal/server
lakshit verma 41a2828ef0
decouple the dashboard from the server binary
Move the Svelte dashboard out of internal/web into its own top-level
frontend/ so it can be built and hosted independently, and make the
subidx binary API-only: drop the embedded dist and the catch-all /
handler, so unknown paths return a plain 404.

The frontend already knew how to live apart (VITE_API_BASE, -cors-origins,
vercel.json), so only the embed glue is gone. Also wire in Vercel Web
Analytics via @vercel/analytics.
2026-08-28 23:45:25 +05:30
..
cors.go Expose API headers across CORS boundary 2026-08-26 21:29:59 +05:30
feed.go Add web dashboard, live feed, and deployment configs 2026-08-26 21:24:26 +05:30
feed_test.go Add web dashboard, live feed, and deployment configs 2026-08-26 21:24:26 +05:30
gzip.go Add web dashboard, live feed, and deployment configs 2026-08-26 21:24:26 +05:30
helpers_test.go subidx: CT log tailer and crt.name-compatible subdomain search API 2026-08-21 14:26:32 +05:30
limiter.go server: fail closed when a limiter shard is full 2026-08-24 00:42:04 +05:30
limiter_test.go server: fail closed when a limiter shard is full 2026-08-24 00:42:04 +05:30
server.go decouple the dashboard from the server binary 2026-08-28 23:45:25 +05:30
server_test.go decouple the dashboard from the server binary 2026-08-28 23:45:25 +05:30