Move mitmproxy from Services to SecuBox → Security & Access menu alongside CrowdSec for better organization. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
464 B
JSON
19 lines
464 B
JSON
{
|
|
"admin/secubox/security/mitmproxy": {
|
|
"title": "mitmproxy",
|
|
"action": { "type": "firstchild" },
|
|
"depends": { "acl": ["luci-app-mitmproxy"] },
|
|
"order": 20
|
|
},
|
|
"admin/secubox/security/mitmproxy/status": {
|
|
"title": "Status",
|
|
"action": { "type": "view", "path": "mitmproxy/status" },
|
|
"order": 1
|
|
},
|
|
"admin/secubox/security/mitmproxy/settings": {
|
|
"title": "Settings",
|
|
"action": { "type": "view", "path": "mitmproxy/settings" },
|
|
"order": 2
|
|
}
|
|
}
|