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

52 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SecuBox Dashboard Web Application
:globe_with_meridians: **语言:** [English](README.md) | [Français](README.fr.md) | 中文
SecuBox 设备的原生 Web 仪表板应用程序。提供实时监控、服务管理以及使用 rpcd/ubus 认证的 CrowdSec 安全集成。
## 安装
```bash
opkg install secubox-app-webapp
```
## 配置
UCI 配置文件:`/etc/config/secubox-webapp`
```bash
uci set secubox-webapp.main.enabled='1'
uci set secubox-webapp.main.port='80'
uci commit secubox-webapp
```
## 初始设置
安装后运行初始设置:
```bash
/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