Portal Integration: - Add mitmproxy to Security section with service status tracking - Add vhost-manager to new Services section - Add Services section to portal navigation header - Update path detection for security/mitmproxy and services/vhosts mitmproxy Changes: - Move menu from admin/secubox/mitmproxy to admin/secubox/security/mitmproxy - Update view navigation links to use new path structure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
691 B
JSON
38 lines
691 B
JSON
{
|
|
"admin/secubox/security/mitmproxy": {
|
|
"title": "mitmproxy",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-mitmproxy"],
|
|
"uci": {"mitmproxy": true}
|
|
}
|
|
},
|
|
"admin/secubox/security/mitmproxy/dashboard": {
|
|
"title": "Dashboard",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mitmproxy/dashboard"
|
|
}
|
|
},
|
|
"admin/secubox/security/mitmproxy/requests": {
|
|
"title": "Requests",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mitmproxy/requests"
|
|
}
|
|
},
|
|
"admin/secubox/security/mitmproxy/settings": {
|
|
"title": "Settings",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "mitmproxy/settings"
|
|
}
|
|
}
|
|
}
|