feat: Implement multi-node support with MQTT and mDNS for service discovery and coordination

This commit is contained in:
2026-02-23 02:30:12 -08:00
parent eeaa5045d0
commit 3343e955fd
29 changed files with 1878 additions and 35 deletions

21
TODO.md
View File

@@ -3,8 +3,19 @@
- Remove devbox-connect. Instead, make it easy to copy an ssh tunnel command to expose all ports of all services to a remote box: `ssh -L 9000:localhost:9000 payne@dev.payne.io, etc.
- Add a scripts dir?
- tools: use std-in/std-out unix philosophy
- daemons or web-services: expose ports
- workers: just keep doing work in a background--usually watching the filesystem or a queue
- jobs: scheduled tools or daemon requests
- frontend: files served up by caddy
- Component (software units) types:
- python/golang/rust/bash tool: use std-in/std-out unix philosophy
- python/golang/rust-daemon: Whatever
- python web-service: RESTful, fastapi, SSE, etc.
- react-frontend
- python API
- Dependencies
- docker/podman (mqtt)
- all component system dependencies
- uv
- golang/rust/java/.net/whatever
- Add amplifier to make a component builder
- What's this about? "I need to add the MQTT env vars to the systemd unit. Let me add them via a drop-in override so the deploy command doesn't overwrite them."