Documentation Index
Fetch the complete documentation index at: https://docs.lagerdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Historical note: this release captured an earlier migration window where control-plane bootstrap lived in Lager. Current open-source Lager keeps shared box primitives such as /status, while downstream control planes own enterprise install/bootstrap.
Features
- Control plane heartbeat: WebSocket-based heartbeat client reports Lager Box status (health, version, nets) to the control plane
- Box status endpoint:
/statusendpoint on both Flask and Python HTTP servers returning box health, version, and connected nets lager boxes connect: historical migration command to configure a Lager Box for control plane heartbeat reporting
Improvements
- Refactored version file reading in
service.pyinto reusable_read_box_version()helper start-services.shstarts control plane heartbeat when configured- Added
websocket-clientdependency to box Docker image

