- secubox-app-jitsi: Docker-based Jitsi stack with jitsctl control CLI - luci-app-jitsi: LuCI web configuration interface - Catalog entry for SecuBox AppStore Features: - End-to-end encrypted video conferencing - HAProxy integration with WebSocket/SSL support - Mesh federation for SecuBox P2P network - User authentication management - Backup/restore functionality Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
213 B
JSON
15 lines
213 B
JSON
{
|
|
"admin/services/jitsi": {
|
|
"title": "Jitsi Meet",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "jitsi/config"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-jitsi"],
|
|
"uci": {"jitsi": true}
|
|
}
|
|
}
|
|
}
|