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
635 B
Markdown
36 lines
635 B
Markdown
# LuCI SimpleX Chat Server
|
|
|
|
English | [Francais](README.fr.md) | [中文](README.zh.md)
|
|
|
|
LuCI web interface for managing a self-hosted SimpleX Chat relay -- privacy-first messaging with SMP and XFTP servers.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
opkg install luci-app-simplex
|
|
```
|
|
|
|
## Access
|
|
|
|
LuCI > Services > SimpleX Chat
|
|
|
|
## Features
|
|
|
|
- SMP (SimpleX Messaging Protocol) server management
|
|
- XFTP file transfer server management
|
|
- Server address and fingerprint display
|
|
- Service start/stop/restart controls
|
|
- Connection status monitoring
|
|
|
|
## RPCD Methods
|
|
|
|
Service: `luci.simplex`
|
|
|
|
## Dependencies
|
|
|
|
- `secubox-app-simplex`
|
|
|
|
## License
|
|
|
|
Apache-2.0
|