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>
15 lines
229 B
JSON
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": {}
|
|
}
|
|
}
|
|
}
|