chore(rebrand): point desktop endpoints at cloud-api.overbuildlabs.com#13
Merged
Merged
Conversation
Part of the proofofprints.com → overbuildlabs.com migration. Three endpoint references in the desktop: CLOUD_API_URL (REST) → cloud-api.overbuildlabs.com WS_URL_BASE (WebSocket) → cloud-api.overbuildlabs.com/api/v1/ws MobileMinerDetail placeholder → pool.overbuildlabs.com:5558 Both API hostnames still resolve to the same Node service on VPS 10 via Caddy aliases, so v1.3.0 installs with the old URL baked in keep working — this PR canonicalizes new builds going forward. Out of scope for this PR (deferred until the formation plan's GitHub org rename lands, then handled in a single sweep): - README.md domain + repo URLs - docs/CLOUD_ARCHITECTURE.md - Settings.tsx GitHub link - tauri.conf.json updater endpoint URL Explicitly NOT changing in this PR: - tauri.conf.json bundle identifier (com.proofofprints.popmanager) — baked into every install's %APPDATA% path, code-signing identity, and keychain entries. Migrating requires app-data migration code.
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.
What
Three endpoint references in the desktop flip to the new canonical hostname:
Per the formation plan §3.5.2 / §3.5.6, both API hostnames still resolve to the same Node service on VPS 10 via Caddy aliases. v1.3.0 installs with the old URL baked in keep working unchanged — this PR canonicalizes NEW desktop builds.
Verification
Out of scope (deferred to a single sweep after the GitHub org rename per formation plan §3.6)
These are cosmetic; GitHub's automatic redirect on org/repo rename handles the URLs transparently. Cleaner to do them all at once after the rename.
Explicitly NOT changing in this PR
`tauri.conf.json` bundle identifier (`com.proofofprints.popmanager`). This is the OS-level reverse-DNS app ID. It's baked into:
Renaming requires writing a one-shot app-data migration on every existing install. Worth doing eventually, but a focused separate change with its own test plan — not a casual rebrand swap.
Companion PRs