Expand description
Web dashboard HTTP server module.
This module provides an HTTP server for the web dashboard UI.
It is enabled when the --ui=web CLI option is passed.
Modules§
- templates
- HTML templates for the web dashboard.
Structs§
- Dashboard
Handle - Handle for managing the dashboard server lifecycle.
- Dashboard
Server - Dashboard server state shared across handlers.
Enums§
- Dashboard
Status - Status of the dashboard server.
Functions§
- start_
server - Start the HTTP server on the specified port.
- start_
server_ with_ retry - Start the HTTP server with automatic retry on failure.