Portal (luci-app-secubox-portal): - Fix service status showing 0/9 by checking if init scripts exist - Only count installed services in status display - Use pgrep fallback when init script status fails nDPId Dashboard (luci-app-ndpid): - Add default /etc/config/ndpid configuration - Add /etc/init.d/ndpid-compat init script - Enable compat service in postinst for app detection - Fix Makefile to install init script and config CrowdSec Dashboard: - Add CLAUDE.md with OpenWrt-specific guidelines (pgrep without -x) - CSS fixes for hiding LuCI left menu in all views - LAPI repair improvements with retry logic New Packages: - secubox-app-crowdsec: OpenWrt-native CrowdSec package - secubox-app-netifyd: Netifyd DPI integration - luci-app-secubox: Core SecuBox hub - luci-theme-secubox: Custom theme Removed: - luci-app-secubox-crowdsec (replaced by crowdsec-dashboard) - secubox-crowdsec-setup (functionality moved to dashboard) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
262 lines
6.3 KiB
JSON
262 lines
6.3 KiB
JSON
{
|
|
"admin/secubox": {
|
|
"title": "SecuBox",
|
|
"order": 25,
|
|
"action": {
|
|
"type": "firstchild"
|
|
}
|
|
},
|
|
"admin/secubox/dashboard": {
|
|
"title": "Dashboard",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox/dashboard"
|
|
}
|
|
},
|
|
"admin/secubox/wizard": {
|
|
"title": "First-Run Wizard",
|
|
"order": 15,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox/wizard"
|
|
}
|
|
},
|
|
"admin/secubox/apps": {
|
|
"title": "App Store",
|
|
"order": 18,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox/apps"
|
|
}
|
|
},
|
|
"admin/secubox/modules": {
|
|
"title": "Modules",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox/modules"
|
|
}
|
|
},
|
|
"admin/secubox/alerts": {
|
|
"title": "Alerts",
|
|
"order": 22,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox/alerts"
|
|
}
|
|
},
|
|
"admin/secubox/settings": {
|
|
"title": "Settings",
|
|
"order": 25,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox/settings"
|
|
}
|
|
},
|
|
"admin/secubox/security": {
|
|
"title": "Security & Access",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "firstchild"
|
|
}
|
|
},
|
|
"admin/secubox/monitoring": {
|
|
"title": "Monitoring & Analytics",
|
|
"order": 35,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox/monitoring"
|
|
}
|
|
},
|
|
"admin/secubox/network": {
|
|
"title": "Network & Connectivity",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "firstchild"
|
|
}
|
|
},
|
|
"admin/secubox/network/cdn-cache": {
|
|
"title": "CDN Cache",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": [
|
|
"luci-app-cdn-cache"
|
|
]
|
|
}
|
|
},
|
|
"admin/secubox/network/cdn-cache/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cdn-cache/overview"
|
|
}
|
|
},
|
|
"admin/secubox/network/cdn-cache/cache": {
|
|
"title": "Cache",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cdn-cache/cache"
|
|
}
|
|
},
|
|
"admin/secubox/network/cdn-cache/policies": {
|
|
"title": "Policies",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cdn-cache/policies"
|
|
}
|
|
},
|
|
"admin/secubox/network/cdn-cache/statistics": {
|
|
"title": "Statistics",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cdn-cache/statistics"
|
|
}
|
|
},
|
|
"admin/secubox/network/cdn-cache/maintenance": {
|
|
"title": "Maintenance",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cdn-cache/maintenance"
|
|
}
|
|
},
|
|
"admin/secubox/network/cdn-cache/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cdn-cache/settings"
|
|
}
|
|
},
|
|
"admin/secubox/system": {
|
|
"title": "System & Performance",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "firstchild"
|
|
}
|
|
},
|
|
"admin/secubox/services": {
|
|
"title": "Services & Applications",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "firstchild"
|
|
}
|
|
},
|
|
"admin/secubox/help": {
|
|
"title": "Bonus \u00b7 Help \u00e0 SecuBox",
|
|
"order": 99,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox/help"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes": {
|
|
"title": "Network Modes",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": [
|
|
"luci-app-network-modes"
|
|
]
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/overview"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/wizard": {
|
|
"title": "Mode Wizard",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/wizard"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/router": {
|
|
"title": "Router Mode",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/router"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/multiwan": {
|
|
"title": "Multi-WAN Mode",
|
|
"order": 35,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/multiwan"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/doublenat": {
|
|
"title": "Double NAT Mode",
|
|
"order": 37,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/doublenat"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/accesspoint": {
|
|
"title": "Access Point Mode",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/accesspoint"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/relay": {
|
|
"title": "Relay Mode",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/relay"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/vpnrelay": {
|
|
"title": "VPN Relay Mode",
|
|
"order": 52,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/vpnrelay"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/travel": {
|
|
"title": "Travel Mode",
|
|
"order": 55,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/travel"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/sniffer": {
|
|
"title": "Sniffer Mode",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/sniffer"
|
|
}
|
|
},
|
|
"admin/secubox/network/network-modes/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/settings"
|
|
}
|
|
}
|
|
}
|