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>
89 lines
1.8 KiB
JSON
89 lines
1.8 KiB
JSON
{
|
|
"luci-app-secubox": {
|
|
"description": "SecuBox Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.secubox": [
|
|
"status",
|
|
"getStatus",
|
|
"getVersion",
|
|
"modules",
|
|
"getModules",
|
|
"modules_by_category",
|
|
"module_info",
|
|
"getModuleInfo",
|
|
"check_module_enabled",
|
|
"health",
|
|
"getHealth",
|
|
"diagnostics",
|
|
"runDiagnostics",
|
|
"getLogs",
|
|
"get_system_health",
|
|
"get_alerts",
|
|
"get_dashboard_data",
|
|
"get_theme",
|
|
"first_run_status",
|
|
"list_apps",
|
|
"get_app_manifest",
|
|
"list_profiles",
|
|
"listProfiles",
|
|
"getProfile",
|
|
"validateProfile",
|
|
"listSnapshots",
|
|
"get_appstore_apps",
|
|
"get_appstore_app",
|
|
"get_public_ips",
|
|
"get_network_health",
|
|
"get_vital_services",
|
|
"get_full_health_report"
|
|
],
|
|
"uci": [
|
|
"get",
|
|
"state"
|
|
]
|
|
},
|
|
"uci": [
|
|
"secubox"
|
|
]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.secubox": [
|
|
"reload",
|
|
"start_module",
|
|
"stop_module",
|
|
"restart_module",
|
|
"enable_module",
|
|
"disable_module",
|
|
"installModule",
|
|
"removeModule",
|
|
"updateModule",
|
|
"applyProfile",
|
|
"createSnapshot",
|
|
"restoreSnapshot",
|
|
"quick_action",
|
|
"set_theme",
|
|
"dismiss_alert",
|
|
"clear_alerts",
|
|
"fix_permissions",
|
|
"apply_first_run",
|
|
"apply_app_wizard",
|
|
"apply_profile",
|
|
"rollback_profile",
|
|
"install_appstore_app",
|
|
"remove_appstore_app"
|
|
],
|
|
"uci": [
|
|
"set",
|
|
"delete",
|
|
"commit",
|
|
"apply"
|
|
]
|
|
},
|
|
"uci": [
|
|
"secubox"
|
|
]
|
|
}
|
|
}
|
|
}
|