secubox-openwrt/package/secubox/luci-app-routes-status/root/usr/share/luci/menu.d/luci-app-routes-status.json
CyberMind-FR eb9adfd06a feat(routes-status): Add LuCI dashboard for HAProxy vhosts and mitmproxy routes
New package luci-app-routes-status providing:
- HAProxy vhosts status overview (218+ vhosts supported)
- mitmproxy route configuration status (OUT/IN routes)
- SSL certificate status indicators
- WAF bypass detection (vhosts not using mitmproxy_inspector)
- Sync routes and add missing route actions
- RPCD backend with batch processing for large vhost counts

Accessible at Status → Routes Status in LuCI.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-04 10:50:27 +01:00

15 lines
220 B
JSON

{
"admin/status/routes": {
"title": "Routes Status",
"order": 15,
"action": {
"type": "view",
"path": "routes-status/overview"
},
"depends": {
"acl": ["luci-app-routes-status"],
"uci": {}
}
}
}