- Add secubox-app-ndpid: nDPId daemon with bundled libndpi 5.x - Add luci-app-ndpid: LuCI web interface for nDPId management - Add migration documentation from netifyd to nDPId - Uses git dev branch for latest libndpi API compatibility - Builds nDPId + nDPIsrvd event broker for microservice architecture Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
610 B
JSON
38 lines
610 B
JSON
{
|
|
"admin/services/ndpid": {
|
|
"title": "nDPId",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-ndpid"],
|
|
"uci": {"ndpid": true}
|
|
}
|
|
},
|
|
"admin/services/ndpid/dashboard": {
|
|
"title": "Dashboard",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ndpid/dashboard"
|
|
}
|
|
},
|
|
"admin/services/ndpid/flows": {
|
|
"title": "Flows",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ndpid/flows"
|
|
}
|
|
},
|
|
"admin/services/ndpid/settings": {
|
|
"title": "Settings",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ndpid/settings"
|
|
}
|
|
}
|
|
}
|