Collapse 4-tab UI into single-table view. Enrich scan with real names from uhttpd UCI, streamlit UCI, docker containers, glances and Lyrion. Add vhost_list RPCD method to show HAProxy domains and uhttpd instances. Fix RPC expect unwrapping, trim CSS from 870 to 178 lines. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
551 B
JSON
18 lines
551 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"]
|
|
},
|
|
"uci": ["secubox-exposure"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.exposure": ["fix_port", "tor_add", "tor_remove", "ssl_add", "ssl_remove", "set_config"]
|
|
},
|
|
"uci": ["secubox-exposure"]
|
|
}
|
|
}
|
|
}
|