Add Common Center platform hub - #38
Conversation
Project update: Common Center deployed to OVHStatus: Unified portfolio switchboard with 7 active surfaces; JobRadar / Financial OS and MyDictionary prioritized; private panels remain loopback-only behind one SSH tunnel. PR #38 merged and pixelverse-web deployed on 51.255.36.141. Evidence
Next
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5120bdee94
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| linear-gradient(145deg, var(--platform-wash), transparent 55%), | ||
| var(--bg2); | ||
| } | ||
|
|
There was a problem hiding this comment.
Use a contrasting color for platform statuses
Under the existing light-shell variables, var(--green2) resolves to #58c95b while these entries use the #f5d58f background, producing only about a 1.5:1 contrast ratio for 0.6rem text. Consequently, access states such as “Private OVH” and “Telegram” are difficult to read, especially for low-vision users, despite being the hub's primary access guidance; use a darker status color compatible with the active light theme.
Useful? React with 👍 / 👎.
Project update: MacBook SSH tunnel restoredStatus: The credential-free tunnel command used the wrong default identity and OVH returned publickey denied. Verified the dedicated deploy key, started the six-port SSH tunnel with IdentitiesOnly and ExitOnForwardFailure, and confirmed Common Center through localhost:7777. Evidence
Next
|
Project update: Confirmed OVH tunnel is independent of Mac MiniStatus: User entered a shortened example with literal ellipsis, producing a hostname resolution error. Rechecked the already-running full tunnel: it connects MacBook directly to OVH, does not depend on Mac Mini, and serves Common Center successfully. Evidence
Next
|
What changed
Verification