- RPCD: Use temp file for scan to avoid pipe subshell issues - api.js: Use baseclass.extend() for proper LuCI module pattern - Menu: Remove UCI dependency that caused 404 - Makefile: Make haproxy/tor optional dependencies Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
871 B
JSON
38 lines
871 B
JSON
{
|
|
"admin/secubox/network/exposure": {
|
|
"title": "Service Exposure",
|
|
"order": 35,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "exposure/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-exposure"]
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|