Major updates: - Replace luci-app-netifyd-dashboard with enhanced luci-app-secubox-netifyd - Add netifyd 5.2.1 package with GCC 13.3/C++17 build fixes - Fix nd-risks.cpp compilation errors via inline static maps patch - Enhance local-build.sh with improved package building workflow - Update secubox-core scripts version to v0.9.1 New Features: - Complete netifyd dashboard with flows, devices, applications, and settings - Local data collection with netifyd-collector - Automated cron-based data aggregation - RPCd integration for real-time statistics Build Fixes: - Patch 001: Fix C++17 inline static maps in nd-risks.hpp and nd-protos.hpp - Patch 003: Skip ndpi tests to resolve roaring_v2 dependency issues - Add libatomic dependency - Include libnetifyd shared libraries in package 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
55 lines
1.0 KiB
JSON
55 lines
1.0 KiB
JSON
{
|
|
"admin/secubox/netifyd": {
|
|
"title": "Network Intelligence",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-netifyd/dashboard"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-secubox-netifyd" ],
|
|
"uci": { "secubox-netifyd": true }
|
|
}
|
|
},
|
|
"admin/secubox/netifyd/dashboard": {
|
|
"title": "Dashboard",
|
|
"order": 1,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-netifyd/dashboard"
|
|
}
|
|
},
|
|
"admin/secubox/netifyd/flows": {
|
|
"title": "Live Flows",
|
|
"order": 2,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-netifyd/flows"
|
|
}
|
|
},
|
|
"admin/secubox/netifyd/applications": {
|
|
"title": "Applications",
|
|
"order": 3,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-netifyd/applications"
|
|
}
|
|
},
|
|
"admin/secubox/netifyd/devices": {
|
|
"title": "Devices",
|
|
"order": 4,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-netifyd/devices"
|
|
}
|
|
},
|
|
"admin/secubox/netifyd/settings": {
|
|
"title": "Settings",
|
|
"order": 5,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-netifyd/settings"
|
|
}
|
|
}
|
|
}
|