- 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>
26 lines
419 B
JSON
26 lines
419 B
JSON
{
|
|
"luci-app-jitsi": {
|
|
"description": "Grant access to Jitsi Meet configuration",
|
|
"read": {
|
|
"file": {
|
|
"/etc/config/jitsi": ["read"],
|
|
"/srv/jitsi/.env": ["read"]
|
|
},
|
|
"ubus": {
|
|
"file": ["read", "stat"],
|
|
"luci.jitsi": ["*"]
|
|
},
|
|
"uci": ["jitsi"]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/etc/config/jitsi": ["write"]
|
|
},
|
|
"ubus": {
|
|
"luci.jitsi": ["*"]
|
|
},
|
|
"uci": ["jitsi"]
|
|
}
|
|
}
|
|
}
|