Fixes: - HAProxy: Prevent duplicate server names when both inline and separate server UCI sections exist for same backend - Streamlit: Force --server.headless=true in start script (required for server) - Dashboard: Optimize get_dashboard_data RPC call (6.56s → 0.09s) by using fast catalog counting instead of slow appstore list command - Exposure: Add themed dashboard with SecuBox styling - ACL: Add missing RPCD permissions for various LuCI apps Version bumps: - luci-app-exposure: 1.0.0-r3 - secubox-core: 0.10.0-r5 - secubox-app-haproxy: 1.0.0-r18 - secubox-app-streamlit: 1.0.0-r2 - Portal: v0.15.51 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
58 lines
1.0 KiB
JSON
58 lines
1.0 KiB
JSON
{
|
|
"luci-app-haproxy": {
|
|
"description": "Grant access to HAProxy load balancer",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.haproxy": [
|
|
"status",
|
|
"get_stats",
|
|
"list_vhosts",
|
|
"get_vhost",
|
|
"list_backends",
|
|
"get_backend",
|
|
"list_servers",
|
|
"list_certificates",
|
|
"list_acls",
|
|
"list_redirects",
|
|
"get_settings",
|
|
"get_logs",
|
|
"list_exposed_services"
|
|
]
|
|
},
|
|
"uci": ["haproxy"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.haproxy": [
|
|
"create_vhost",
|
|
"update_vhost",
|
|
"delete_vhost",
|
|
"create_backend",
|
|
"update_backend",
|
|
"delete_backend",
|
|
"create_server",
|
|
"update_server",
|
|
"delete_server",
|
|
"request_certificate",
|
|
"import_certificate",
|
|
"delete_certificate",
|
|
"create_acl",
|
|
"update_acl",
|
|
"delete_acl",
|
|
"create_redirect",
|
|
"delete_redirect",
|
|
"save_settings",
|
|
"install",
|
|
"start",
|
|
"stop",
|
|
"restart",
|
|
"reload",
|
|
"generate",
|
|
"validate"
|
|
]
|
|
},
|
|
"uci": ["haproxy"]
|
|
}
|
|
}
|
|
}
|