secubox-openwrt/package/secubox/secubox-app-webapp/README.fr.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.3 KiB

SecuBox Dashboard Web Application

🌐 Langues: English | Français | 中文

Application web de tableau de bord native pour les appliances SecuBox. Fournit une surveillance en temps réel, une gestion des services et une intégration de sécurité CrowdSec utilisant l'authentification rpcd/ubus.

Installation

opkg install secubox-app-webapp

Configuration

Fichier de configuration UCI : /etc/config/secubox-webapp

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

Configuration initiale

Exécutez la configuration initiale après l'installation :

/usr/sbin/secubox-webapp-setup

Interface Web

Accédez au tableau de bord à l'adresse http://<router-ip>/secubox/index.html. L'authentification est gérée via le système de session natif rpcd/ubus (mêmes identifiants que LuCI).

Fonctionnalités

  • Surveillance système en temps réel (CPU, mémoire, réseau)
  • État et gestion des services
  • Intégration du tableau de bord des menaces CrowdSec
  • Authentification native rpcd/ubus (pas de base de données utilisateur séparée)

Dépendances

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

Licence

Apache-2.0