secubox-openwrt/luci-app-vhost-manager/root/usr/share/luci/menu.d/luci-app-vhost-manager.json
CyberMind-FR cf39eb6e1d fix: resolve validation issues across all modules
- Fixed minified RPC declaration in secubox/modules.js that caused false positive in validation
- Added 30 missing menu entries across 10 modules:
  * bandwidth-manager: clients, schedules
  * client-guardian: zones, portal, logs, alerts, parental
  * crowdsec-dashboard: metrics
  * netdata-dashboard: system, processes, realtime, network
  * netifyd-dashboard: talkers, risks, devices
  * network-modes: router, accesspoint, relay, sniffer
  * secubox: settings
  * system-hub: components, diagnostics, health, remote, settings
  * vhost-manager: internal, ssl, redirects
  * wireguard-dashboard: traffic, config
- All modules now pass comprehensive validation (0 errors, 0 warnings)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-25 09:01:06 +01:00

69 lines
1.3 KiB
JSON

{
"admin/secubox/services/vhosts": {
"title": "VHost Manager",
"order": 40,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-vhost-manager"]
}
},
"admin/secubox/services/vhosts/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "vhost-manager/overview"
}
},
"admin/secubox/services/vhosts/vhosts": {
"title": "Virtual Hosts",
"order": 20,
"action": {
"type": "view",
"path": "vhost-manager/vhosts"
}
},
"admin/secubox/services/vhosts/internal": {
"title": "Internal Services",
"order": 25,
"action": {
"type": "view",
"path": "vhost-manager/internal"
}
},
"admin/secubox/services/vhosts/certificates": {
"title": "SSL Certificates",
"order": 30,
"action": {
"type": "view",
"path": "vhost-manager/certificates"
}
},
"admin/secubox/services/vhosts/ssl": {
"title": "SSL/TLS Configuration",
"order": 35,
"action": {
"type": "view",
"path": "vhost-manager/ssl"
}
},
"admin/secubox/services/vhosts/redirects": {
"title": "URL Redirects",
"order": 37,
"action": {
"type": "view",
"path": "vhost-manager/redirects"
}
},
"admin/secubox/services/vhosts/logs": {
"title": "Access Logs",
"order": 40,
"action": {
"type": "view",
"path": "vhost-manager/logs"
}
}
}