secubox-openwrt/package/secubox/luci-app-ndpid/root/usr/share/luci/menu.d/luci-app-ndpid.json
CyberMind-FR e4a553a6d5 feat: Add nDPId package for lightweight DPI (alternative to netifyd)
- 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>
2026-01-09 09:32:23 +01:00

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"
}
}
}