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>
39 lines
920 B
JSON
39 lines
920 B
JSON
{
|
|
"admin/secubox/network/exposure": {
|
|
"title": "Service Exposure",
|
|
"order": 35,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "exposure/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-exposure"],
|
|
"uci": { "secubox-exposure": true }
|
|
}
|
|
},
|
|
"admin/secubox/network/exposure/services": {
|
|
"title": "Services",
|
|
"order": 1,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "exposure/services"
|
|
}
|
|
},
|
|
"admin/secubox/network/exposure/tor": {
|
|
"title": "Tor Hidden",
|
|
"order": 2,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "exposure/tor"
|
|
}
|
|
},
|
|
"admin/secubox/network/exposure/ssl": {
|
|
"title": "SSL Proxy",
|
|
"order": 3,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "exposure/ssl"
|
|
}
|
|
}
|
|
}
|