Skip to content

Add Proxmox live topology viewer#10

Open
MohammadShehadeh wants to merge 2 commits into
mainfrom
claude/bold-clarke-TIVa9
Open

Add Proxmox live topology viewer#10
MohammadShehadeh wants to merge 2 commits into
mainfrom
claude/bold-clarke-TIVa9

Conversation

@MohammadShehadeh

Copy link
Copy Markdown
Owner

No description provided.

claude added 2 commits May 30, 2026 05:07
Spec for a read-only Next.js + React Flow app that renders a Proxmox
cluster (cluster → hosts → VMs/containers, bridges, network edges) from
a server-held API token. Covers security model, API reference, server
client, pure mapper/layout, UI, tests, and acceptance criteria.

https://claude.ai/code/session_012PQ4JjsonFwHRpgqBaCHd9
Render a real Proxmox VE cluster — nodes, VMs/containers, bridges and the
network wiring between them — on the React Flow canvas, auto-refreshed from
a server-held API token.

- Server-only layer (src/server/proxmox): env/config, a node:https client
  with per-request TLS control for self-signed certs, and a cached
  orchestration service. The token never reaches the browser — server-only
  modules behind /api/proxmox proxy routes that return sanitized topology.
- Pure, unit-tested core (src/lib/proxmox): NIC parser, resources->topology
  mapper, and deterministic layout/filtering for React Flow (positions are a
  function of structure only, so metric refreshes never jitter the diagram).
- UI (src/components/proxmox): nested host/guest nodes with live CPU/RAM,
  VLAN-labelled edges, inspector, search/node/type filters, polling with an
  interval control, legend, and a connection banner with non-leaky errors.
- Tests: 41 unit tests + 3 route-stubbed Playwright e2e specs.

Read-only v1; control actions and metrics history intentionally out of scope.
See docs/proxmox-topology-build-prompt.md for the full design.

https://claude.ai/code/session_012PQ4JjsonFwHRpgqBaCHd9
@vercel

vercel Bot commented Jun 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
system-architect-simulator Ready Ready Preview, Comment Jun 1, 2026 2:10pm

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.

2 participants