secubox-openwrt/package/secubox/secubox-app/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

689 B

English | Francais | 中文

SecuBox App Store CLI

Assistant en ligne de commande pour la gestion des manifestes du SecuBox App Store.

Installation

opkg install secubox-app

Utilisation

# Lister les apps disponibles
secubox-app list

# Afficher les details du manifeste d'une app
secubox-app info <app-name>

# Installer une app
secubox-app install <app-name>

Les manifestes de plugins par defaut sont livres sous /usr/share/secubox/plugins/.

Fichiers

  • /usr/sbin/secubox-app -- CLI principal
  • /usr/share/secubox/plugins/ -- manifestes d'apps

Dependances

  • jsonfilter

Licence

Apache-2.0