chore: restore registry.json with sync note
The Go binary no longer fetches this file, but the relay-server frontend and the VS Code extension still pull it from GitHub raw. Keep the file (and an inline _comment field documenting the duality) until those consumers migrate to config.toml or an in-binary endpoint. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
oesni committed
May 6, 2026 at 00:25 UTC
8b212e01b9d89b5f66136e56e2e155cf044f6311
1 file changed
+12
registry.json
new
+12
@@ -0,0 +1,12 @@
1
+{
2
+ "_comment": "The Go binary now reads bootstrap relays from config.toml's [bootstrap].relays. This file is retained because the relay-server frontend (frontend/src/components/ServerListView.tsx) and the VS Code extension (extensions/vscode) still fetch it from raw.githubusercontent.com. Keep this list in sync with config.toml until those consumers migrate.",
3
+ "relays": [
4
+ "https://portal.thumbgo.kr/",
5
+ "https://portal.rabbitson87.dev/",
6
+ "https://s-h.day/",
7
+ "https://portal.1ncursio.dev/",
8
+ "https://portal.dawnfullstack.com/",
9
+ "https://portal.damn.it.com/",
10
+ "https://kakashit.org"
11
+ ]
12
+}