- Add emancipate/revoke/get_emancipated RPCD methods - Add Mesh toggle column with blue theme styling - Add Emancipate button in header with multi-channel modal - Modal allows selecting Tor/DNS/Mesh channels - Add mesh badge to header stats - Update ACL and API wrapper for new methods Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
594 B
JSON
18 lines
594 B
JSON
{
|
|
"luci-app-exposure": {
|
|
"description": "Grant access to SecuBox Service Exposure Manager",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.exposure": ["scan", "conflicts", "status", "tor_list", "ssl_list", "get_config", "vhost_list", "get_emancipated"]
|
|
},
|
|
"uci": ["secubox-exposure"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.exposure": ["fix_port", "tor_add", "tor_remove", "ssl_add", "ssl_remove", "set_config", "emancipate", "revoke"]
|
|
},
|
|
"uci": ["secubox-exposure"]
|
|
}
|
|
}
|
|
}
|