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>
40 lines
756 B
Markdown
40 lines
756 B
Markdown
# Tableau de bord LuCI Streamlit
|
|
|
|
[English](README.md) | Francais | [中文](README.zh.md)
|
|
|
|
Interface web LuCI pour la gestion des instances d'applications Streamlit avec integration Gitea.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
opkg install luci-app-streamlit
|
|
```
|
|
|
|
## Acces
|
|
|
|
LuCI > Services > Streamlit
|
|
|
|
## Onglets
|
|
|
|
- **Tableau de bord** -- Instances en cours d'execution, statut et utilisation des ressources
|
|
- **Parametres** -- Configuration des instances et integration des depots Gitea
|
|
|
|
## Fonctionnalites
|
|
|
|
- Gestion multi-instances Streamlit
|
|
- Deployer des applications depuis des depots Gitea
|
|
- Controles demarrer/arreter par instance
|
|
|
|
## Methodes RPCD
|
|
|
|
Service : `luci.streamlit`
|
|
|
|
## Dependances
|
|
|
|
- `luci-base`
|
|
- `secubox-app-streamlit`
|
|
|
|
## Licence
|
|
|
|
Apache-2.0
|