Skip to content

chore(rebrand): point desktop endpoints at cloud-api.overbuildlabs.com#13

Merged
proofofprints merged 1 commit into
mainfrom
claude/rebrand-desktop-endpoints
Jun 2, 2026
Merged

chore(rebrand): point desktop endpoints at cloud-api.overbuildlabs.com#13
proofofprints merged 1 commit into
mainfrom
claude/rebrand-desktop-endpoints

Conversation

@proofofprints
Copy link
Copy Markdown
Collaborator

What

Three endpoint references in the desktop flip to the new canonical hostname:

File Was Now
`src-tauri/src/cloud/client.rs` `CLOUD_API_URL` `cloud-api.proofofprints.com` `cloud-api.overbuildlabs.com`
`src-tauri/src/cloud/ws.rs` `WS_URL_BASE` `cloud-api.proofofprints.com` `cloud-api.overbuildlabs.com`
`src/pages/MobileMinerDetail.tsx` placeholder pool URL `pool.proofofprints.com:5558` `pool.overbuildlabs.com:5558`

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

  • `cd src-tauri && cargo check` — clean (17 pre-existing warnings, no errors)
  • Manual after merge: build a fresh desktop (`pnpm tauri dev` or your usual release build), log in, confirm Cloud Sync panel shows connected → Network logs / cloud dashboard show the new host receiving traffic

Out of scope (deferred to a single sweep after the GitHub org rename per formation plan §3.6)

  • `README.md` — domain mentions + repo URLs
  • `docs/CLOUD_ARCHITECTURE.md` — cloud.proofofprints.com reference
  • `src/pages/Settings.tsx` — GitHub link
  • `src-tauri/tauri.conf.json` — updater endpoint URL

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:

  • Every install's `%APPDATA%\com.proofofprints.popmanager\` data directory path
  • Windows registry keys for the installer
  • macOS keychain entries + code-signing identity
  • Tauri updater's update-channel registration

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

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.
@proofofprints proofofprints merged commit ded756f into main Jun 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant