secubox-openwrt/package/secubox/luci-app-jitsi/root/usr/share/luci/menu.d/luci-app-jitsi.json
CyberMind-FR 00082fe066 feat(jitsi): Add Jitsi Meet video conferencing integration
- 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>
2026-01-31 13:29:06 +01:00

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}
}
}
}