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>
36 lines
707 B
Markdown
36 lines
707 B
Markdown
# LuCI SimpleX Chat Server
|
|
|
|
[English](README.md) | Francais | [中文](README.zh.md)
|
|
|
|
Interface web LuCI pour la gestion d'un relais SimpleX Chat auto-heberge -- messagerie orientee confidentialite avec serveurs SMP et XFTP.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
opkg install luci-app-simplex
|
|
```
|
|
|
|
## Acces
|
|
|
|
LuCI > Services > SimpleX Chat
|
|
|
|
## Fonctionnalites
|
|
|
|
- Gestion du serveur SMP (SimpleX Messaging Protocol)
|
|
- Gestion du serveur de transfert de fichiers XFTP
|
|
- Affichage de l'adresse du serveur et de l'empreinte
|
|
- Controles demarrer/arreter/redemarrer du service
|
|
- Surveillance de l'etat des connexions
|
|
|
|
## Methodes RPCD
|
|
|
|
Service : `luci.simplex`
|
|
|
|
## Dependances
|
|
|
|
- `secubox-app-simplex`
|
|
|
|
## Licence
|
|
|
|
Apache-2.0
|