dev_arc_aws/backend
Claude 58f007e6db
Add per-resource kind labeling and proper Node Status icons
Each adapter now tags its Resources with a kind (vm, container, app,
host, network) so Node Status tiles show the right icon instead of a
generic server glyph — Proxmox LXCs/Docker containers get a container
icon, VMs get a VM icon, Uptime Kuma monitors get an app icon, etc.

Also stops silently swallowing listResources() failures — they're now
logged as warnings, since a connected-but-empty integration (e.g.
Uptime Kuma reporting zero monitors) was previously indistinguishable
from a real adapter error.
2026-06-21 12:03:25 +00:00
..
src Add per-resource kind labeling and proper Node Status icons 2026-06-21 12:03:25 +00:00
.env.example Wire guacd sidecar into docker-compose for Remote Desktop deployment 2026-06-19 16:03:40 +00:00
Dockerfile Add reachability fallback for routed meshes (VPC peering, etc.) 2026-06-20 21:26:25 +00:00
package-lock.json Implement real Uptime Kuma monitor reporting via Socket.IO 2026-06-21 11:00:47 +00:00
package.json Implement real Uptime Kuma monitor reporting via Socket.IO 2026-06-21 11:00:47 +00:00
tsconfig.json Add backend skeleton: Fastify + SQLite API with auth and integrations 2026-06-18 19:04:48 +00:00