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> |
||
|---|---|---|
| .. | ||
| files | ||
| Makefile | ||
| README.fr.md | ||
| README.md | ||
| README.zh.md | ||
SecuBox Dashboard Web Application
Native web dashboard for SecuBox appliances. Provides real-time monitoring, service management, and CrowdSec security integration using rpcd/ubus authentication.
Installation
opkg install secubox-app-webapp
Configuration
UCI config file: /etc/config/secubox-webapp
uci set secubox-webapp.main.enabled='1'
uci set secubox-webapp.main.port='80'
uci commit secubox-webapp
Setup
Run initial setup after installation:
/usr/sbin/secubox-webapp-setup
Web Interface
Access the dashboard at http://<router-ip>/secubox/index.html. Authentication is handled through the native rpcd/ubus session system (same credentials as LuCI).
Features
- Real-time system monitoring (CPU, memory, network)
- Service status and management
- CrowdSec threat dashboard integration
- Native rpcd/ubus authentication (no separate user database)
Dependencies
uhttpduhttpd-mod-ubusrpcdrpcd-mod-file
License
Apache-2.0