Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

dashboard

Settings for the local control-plane HTTP server (the dashboard).

Stored in [crate::Manifest::dashboard]. When the whole dashboard: section is absent from the manifest, the runtime uses its built-in defaults (random free port, all-loopback binding).

FieldTypeRequiredDefaultDescription
portintegernoFixed TCP port for the dashboard HTTP server. - Absent or null: the runtime picks a random free port at startup. - 0: rejected by [crate::Manifest::validate] with [crate::ManifestError::InvalidDashboardPort] (indistinguishable from “no preference” at the OS level). - 1..=65535: the dashboard binds to this port.