Integrate SimpleX Chat SMP and XFTP servers for privacy-focused messaging: - secubox-app-simplex: Backend with LXC container management - SMP server for message relay (port 5223) - XFTP server for encrypted file sharing (port 443) - Auto-download of SimpleX binaries for aarch64/x86_64 - TLS certificate generation (self-signed or Let's Encrypt) - Firewall and HAProxy integration - luci-app-simplex: LuCI dashboard with: - Service status monitoring - Server address display with copy-to-clipboard - Full configuration forms for SMP, XFTP, and TLS - Install/certificate management actions Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"admin/services/simplex": {
|
|
"title": "SimpleX Chat",
|
|
"order": 65,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "simplex/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-simplex"],
|
|
"uci": {"simplex": true}
|
|
}
|
|
}
|
|
}
|