Complete LuCI app with: - Overview dashboard with stats (services, Tor, SSL counts) - Port conflict detection and warnings - Services list with quick actions - Tor hidden services management (add/list/remove) - HAProxy SSL backends management (add/list/remove) Views: overview.js, services.js, tor.js, ssl.js RPCD: luci.exposure backend Menu: admin/secubox/network/exposure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
537 B
JSON
18 lines
537 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"]
|
|
},
|
|
"uci": ["secubox-exposure"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.exposure": ["fix_port", "tor_add", "tor_remove", "ssl_add", "ssl_remove", "set_config"]
|
|
},
|
|
"uci": ["secubox-exposure"]
|
|
}
|
|
}
|
|
}
|