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
603 B
Markdown
36 lines
603 B
Markdown
# LuCI SimpleX Chat 服务器
|
||
|
||
[English](README.md) | [Francais](README.fr.md) | 中文
|
||
|
||
用于管理自托管 SimpleX Chat 中继的 LuCI Web 界面 -- 隐私优先的消息传递,配备 SMP 和 XFTP 服务器。
|
||
|
||
## 安装
|
||
|
||
```bash
|
||
opkg install luci-app-simplex
|
||
```
|
||
|
||
## 访问
|
||
|
||
LuCI > 服务 > SimpleX Chat
|
||
|
||
## 功能
|
||
|
||
- SMP(SimpleX Messaging Protocol)服务器管理
|
||
- XFTP 文件传输服务器管理
|
||
- 服务器地址和指纹显示
|
||
- 服务启动/停止/重启控制
|
||
- 连接状态监控
|
||
|
||
## RPCD 方法
|
||
|
||
服务:`luci.simplex`
|
||
|
||
## 依赖
|
||
|
||
- `secubox-app-simplex`
|
||
|
||
## 许可证
|
||
|
||
Apache-2.0
|