secubox-openwrt/package/secubox/luci-app-routes-status/root/usr/share/luci/menu.d/luci-app-routes-status.json
CyberMind-FR 686fe113c5 feat(vhosts-checker): Add KISS UI dashboard for HAProxy vhosts status
Renamed from routes-status to vhosts-checker to avoid conflict with
OpenWrt's default network routes page.

- KISS UI theme with header chips and status cards
- Shows HAProxy vhosts with mitmproxy route status (OUT/IN)
- SSL certificate status indicators
- WAF bypass detection
- Sync routes and add missing route actions
- Accessible at Status → VHosts Checker and KISS UI Network → VHosts Checker

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-04 11:07:22 +01:00

15 lines
229 B
JSON

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