6 Commits

Author SHA1 Message Date
15f5f87376 feat: show full IP under each VM node name, set rotation to 2 min
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 09:22:04 +00:00
e3e210a9dc feat: hierarchical tree topology diagram
Replace grid layout with tree diagram:
Modem → Firewall → Switch → 3 Proxmox servers → VMs/CTs

- Services.yaml restructured with parent/type fields
  from real Proxmox API data (TYAN CAS, Cisco1, DellT430-2)
- NetworkGraph renders vertical hierarchy with branch lines
- ProxmoxColumn shows server card + VM pills grid
- Compact VmPill for VMs/CTs (status dot + name + last octet)
- InfraCard for physical infrastructure nodes
- Other devices section at bottom (AP, printer, iDRACs, PCs)
- Added type/parent fields to NetworkNode TypeScript interface

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 01:44:50 +00:00
4363527c58 filter: exclude CAS 3D projects from dashboard
Add exclude_company_ids config in settings.yaml to filter out
projects by Odoo company_id. Currently excludes company_id=2
(CAS 3D), keeping only Consultoria AS and unassigned projects.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 11:18:19 +00:00
9b5d9a7b3c config: add all 53 network devices from nmap scan
Add complete network topology with all discovered hosts organized
by category: infrastructure, services, multimedia, projects, PCs.
Also add firewall, printer, phone, camera icons to NodeCard.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 10:02:20 +00:00
db4ad36030 config: update YAMLs with real Odoo and network data
Configure Odoo connection to CAS database at 192.168.10.188:8069,
add Firewall OPNsense, Router Telmex, and Servidor Odoo to topology,
set network scan to 192.168.10.0/24 subnet.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 09:55:03 +00:00
f1c20c0461 feat: scaffold backend with FastAPI, config files, and health endpoint
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 08:04:13 +00:00