dev_arc_aws/backend/src
Claude 800072ffbb
Add reachability fallback for routed meshes (VPC peering, etc.)
A host can be on the mesh's "side" of a routed network (e.g. a VPC peered
into a NetBird/WireGuard mesh) without holding a local IP in the mesh's
own CIDR. Local-IP-in-CIDR stays the primary check; if it fails, the admin
can supply a known peer/gateway IP on the mesh and we verify by pinging
it instead. Adds iputils to the backend image for the ping binary.
2026-06-20 21:26:25 +00:00
..
db Add mesh prerequisite gate (NetBird verification before app config) 2026-06-20 21:15:55 +00:00
docker Phase 4: Docker container management (REST CRUD/actions/stats/logs + exec terminal) 2026-06-19 12:28:30 +00:00
integrations Fix Proxmox connection by using undici's fetch instead of Node's global fetch 2026-06-20 10:36:43 +00:00
routes Add reachability fallback for routed meshes (VPC peering, etc.) 2026-06-20 21:26:25 +00:00
ssh Add Docker-over-SSH management and push-agent monitoring (#31) 2026-06-20 16:24:57 -04:00
tunnels Phase 2: SSH tunnels (local/remote/dynamic SOCKS5 port forwarding) 2026-06-19 11:40:59 +00:00
types Phase 5: RDP/VNC/Telnet remote desktop via guacamole-lite + guacd 2026-06-19 15:25:10 +00:00
server.ts Add mesh prerequisite gate (NetBird verification before app config) 2026-06-20 21:15:55 +00:00
types.d.ts Add auth Phase 3: multi-user accounts with admin/member roles (#28) 2026-06-20 12:43:24 -04:00