Add Proxmox live topology viewer#10
Open
MohammadShehadeh wants to merge 2 commits into
Open
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
No description provided.