secubox-openwrt/package/secubox/luci-app-exposure/root/usr/share/luci/menu.d/luci-app-exposure.json
CyberMind-FR 4c8799d520 feat(exposure): KISS redesign with enriched service names and vhost integration
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>
2026-02-04 14:15:04 +01:00

14 lines
279 B
JSON

{
"admin/secubox/network/exposure": {
"title": "Service Exposure",
"order": 35,
"action": {
"type": "view",
"path": "exposure/services"
},
"depends": {
"acl": ["luci-app-exposure"]
}
}
}