secubox-openwrt/package/secubox/secubox-app-webapp/README.zh.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
Add complete French (fr) and Chinese (zh) translations for all documentation:

- Root files: README, CHANGELOG, SECURITY, BETA-RELEASE
- docs/: All 16 core documentation files
- DOCS/: All 19 deep-dive documents including embedded/ and archive/
- package/secubox/: All 123+ package READMEs
- Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/

Total: 346 translation files created

Each file includes language switcher links for easy navigation between
English, French, and Chinese versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-20 10:00:18 +01:00

1.0 KiB
Raw Blame History

SecuBox Dashboard Web Application

🌐 语言: English | Français | 中文

SecuBox 设备的原生 Web 仪表板应用程序。提供实时监控、服务管理以及使用 rpcd/ubus 认证的 CrowdSec 安全集成。

安装

opkg install secubox-app-webapp

配置

UCI 配置文件:/etc/config/secubox-webapp

uci set secubox-webapp.main.enabled='1'
uci set secubox-webapp.main.port='80'
uci commit secubox-webapp

初始设置

安装后运行初始设置:

/usr/sbin/secubox-webapp-setup

Web 界面

访问仪表板:http://<router-ip>/secubox/index.html。认证通过原生 rpcd/ubus 会话系统处理(与 LuCI 使用相同的凭据)。

功能特性

  • 实时系统监控CPU、内存、网络
  • 服务状态和管理
  • CrowdSec 威胁仪表板集成
  • 原生 rpcd/ubus 认证(无需独立用户数据库)

依赖项

  • uhttpd
  • uhttpd-mod-ubus
  • rpcd
  • rpcd-mod-file

许可证

Apache-2.0