Skip to main content
server.ui toggles the bundled web UI (the SPA assets and HTML fallback). The HTTP listener itself is configured by the surrounding server block.

Options

Setting server.ui.enabled: true while server.enabled: false is rejected at startup — the UI cannot be served without a listener.

API-only mode

Disable the UI when snapr is driven by an external dashboard or automation and the bundled UI would only be dead weight.
snapr.yaml
In this mode, /api/* endpoints behave as usual; requests to other paths return 404. See the API reference for the available endpoints.