mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-06-29 14:31:51 +02:00
17e6b65f8c
Add two operator-controlled, startup-time settings: - SYSTEM_ANNOUNCEMENT: non-dismissable Markdown banner rendered above the network announcement on every page (navbar -> system -> network). - SYSTEM_MAINTENANCE: when enabled, forces all feature flags off so the nav collapses to Home, hides the profile menu, and the SPA renders a maintenance page for every route. The maintenance page makes no API calls, so the API and database can be offline while the web component keeps running. CLI exposes --system-announcement and tri-state --system-maintenance; the bool falls back to pydantic settings to parse SYSTEM_MAINTENANCE reliably from env. Adds i18n strings (en/nl), tests, and docs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>