dev_arc_aws/backend
Claude f390e8c586
Fix Uptime Kuma listResources missing monitorList/heartbeat events
Listeners for monitorList/importantHeartbeatList/heartbeat were being
attached after the login ack resolved, but the server pushes that
data right after login — sometimes in the same tick as the ack — so
Socket.IO dropped it before a listener existed. Listeners now attach
before login is sent.
2026-06-21 12:50:44 +00:00
..
src Fix Uptime Kuma listResources missing monitorList/heartbeat events 2026-06-21 12:50:44 +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