Bare HTTP daemon for CloudPanel status integration.
Experimental minimal daemon.
The daemon exposes health endpoints and authenticated system status using a single node bearer token.
make build
cargo run --bin featherfly -- configure --panel-url https://panel.example.com --token change-me
cargo run --bin featherfly
curl http://localhost:9090/healthmake ci
make test