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>
1.4 KiB
1.4 KiB
SecuBox Evolution Dashboard
Tableau de bord Streamlit interactif montrant l'evolution du projet SecuBox.
Fonctionnalites
- Synchronisation GitHub en temps reel : Recupere HISTORY.md, WIP.md, TODO.md, README.md depuis la branche master
- Suivi des jalons : Analyse et affiche les jalons du projet avec leurs dates
- Recherche : Recherche plein texte dans tous les fichiers du projet
- Vue chronologique : Frise chronologique visuelle de l'evolution du projet
- Distribution des fonctionnalites : Graphiques montrant la repartition par categorie de fonctionnalites
- Theme cyberpunk sombre : Correspond au langage de design SecuBox
Deploiement
- Copier
secubox_evolution.pydans/srv/streamlit/apps/ - Ajouter l'instance :
uci set streamlit.secubox_evolution=instance && uci set streamlit.secubox_evolution.enabled='1' && uci set streamlit.secubox_evolution.app='secubox_evolution' && uci set streamlit.secubox_evolution.port='8510' && uci commit streamlit - Redemarrer :
/etc/init.d/streamlit restart - Acces :
http://<device-ip>:8510
Dependances
- streamlit >= 1.32.0
- pandas >= 2.0.0
- requests >= 2.31.0
Sources de donnees
- GitHub :
https://raw.githubusercontent.com/gkerma/secubox-openwrt/master/.claude/ - Rafraichissement automatique : Cache TTL de 5 minutes