secubox-openwrt/package/secubox/luci-app-device-intel/root/usr/share/luci/menu.d/luci-app-device-intel.json
CyberMind-FR 57db9cfb40 feat: Add device-intel and dns-provider packages
Add 4 new packages implementing unified device intelligence and
DNS provider API management:

- secubox-app-dns-provider: dnsctl CLI with OVH, Gandi, Cloudflare
  adapters for DNS record CRUD, HAProxy vhost sync, propagation
  verification, and ACME DNS-01 wildcard certificate issuance
- luci-app-dns-provider: RPCD handler + LuCI views for provider
  settings and DNS record management
- secubox-app-device-intel: Aggregation layer merging mac-guardian,
  client-guardian, DHCP, P2P mesh, and exposure data with heuristic
  classification engine and USB/MQTT/Zigbee emulator modules
- luci-app-device-intel: RPCD handler + 5 LuCI views (dashboard,
  devices, emulators, mesh, settings) with shared API and CSS

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 15:47:20 +01:00

54 lines
996 B
JSON

{
"admin/secubox/device-intel": {
"title": "Device Intelligence",
"order": 15,
"action": {
"type": "firstchildview"
},
"depends": {
"acl": ["luci-app-device-intel"],
"uci": {"device-intel": true}
}
},
"admin/secubox/device-intel/dashboard": {
"title": "Dashboard",
"order": 10,
"action": {
"type": "view",
"path": "device-intel/dashboard"
}
},
"admin/secubox/device-intel/devices": {
"title": "Devices",
"order": 20,
"action": {
"type": "view",
"path": "device-intel/devices"
}
},
"admin/secubox/device-intel/emulators": {
"title": "Emulators",
"order": 30,
"action": {
"type": "view",
"path": "device-intel/emulators"
}
},
"admin/secubox/device-intel/mesh": {
"title": "Mesh",
"order": 40,
"action": {
"type": "view",
"path": "device-intel/mesh"
}
},
"admin/secubox/device-intel/settings": {
"title": "Settings",
"order": 50,
"action": {
"type": "view",
"path": "device-intel/settings"
}
}
}