chore: switch R2 base URL to skymap-data.rulkens.com custom domain#22
Merged
chore: switch R2 base URL to skymap-data.rulkens.com custom domain#22
Conversation
The R2 bucket's public URL has been moved from the auto-generated pub-1bb6105b369a485ebe7acaa36779d91e.r2.dev to a custom domain provisioned in Cloudflare on 2026-05-06. Note the actual hostname prefix is `skymap-data.` — earlier docs (CLAUDE.md, syncR2.ts comments, tests, plan files) called it `data.skymap.rulkens.com`, which was never provisioned. Production-affecting changes: - .env.production VITE_DATA_BASE_URL → https://skymap-data.rulkens.com - README.md HyperLEDA cache curl URL → skymap-data.rulkens.com Doc / comment / test fixtures realigned for accuracy: - CLAUDE.md, tools/syncR2.ts, src/services/engine/cloudLoader.ts - tests/services/engine/cloudLoaderUrlBase.test.ts - docs/superpowers/plans/2026-05-05-outreach-and-promotion/task-2-hyperleda-r2.md Verified the new hostname serves the just-uploaded hyperleda_pa.csv.gz with HTTP 200 + correct Content-Encoding. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
skymap | 50c055d | Commit Preview URL Branch Preview URL |
May 06 2026, 01:09 PM |
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
The R2 bucket's public URL has been moved from the auto-generated `pub-1bb6105b369a485ebe7acaa36779d91e.r2.dev` to a custom domain provisioned in Cloudflare on 2026-05-06: `skymap-data.rulkens.com`.
Note the actual hostname prefix is `skymap-data.`, not `data.skymap.` as earlier docs (CLAUDE.md, syncR2.ts comments, tests, plan files) called it. That `data.skymap.` hostname was never provisioned at the DNS level (NXDOMAIN), so the current README's `curl` instruction for the HyperLEDA cache was actually broken for users.
Production-affecting changes
Doc / comment / test fixtures realigned for accuracy
Test plan
🤖 Generated with Claude Code