secubox-openwrt/package/secubox/luci-app-routes-status/root/usr/share/rpcd/acl.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

16 lines
258 B
JSON

{
"luci-app-routes-status": {
"description": "Grant access to Routes Status dashboard",
"read": {
"ubus": {
"luci.routes-status": ["status"]
}
},
"write": {
"ubus": {
"luci.routes-status": ["sync_routes", "add_route"]
}
}
}
}