新增本地服务器管理面板

新增 egui 服务器管理面板并支持 SSH alias 多服务器巡检

接入硬件状态、服务状态、HTTP 探测和生产巡检状态展示

增加受控 systemd 启动关闭重启操作和中文字体注入

补充本地服务器面板技术方案与团队共享记忆
This commit is contained in:
2026-06-11 22:33:05 +08:00
parent f8a80cd795
commit b54cbafc54
15 changed files with 3455 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
pub mod app;
pub mod fonts;
pub mod health;
pub mod remote;
pub mod ssh_config;