- metablogizer: Add HTTP health checks for backend (uhttpd) and frontend (HAProxy) - metablogizer: Fix BusyBox-compatible certificate expiry detection using openssl checkend - secubox-portal: Add speed test widget with ping/download/upload measurement - tor-shield: Fix settings save ensuring UCI sections exist - cdn-cache: UI improvements and restructure - streamlit: Fix port conflict (sappix now uses 8503) - secubox-core: Add proxy mode detection - security-threats: Dashboard improvements - haproxy: Init.d and Makefile updates PKG_RELEASE bumps: - luci-app-cdn-cache: 3 - luci-app-metablogizer: 2 - luci-app-secubox-portal: 2 - luci-app-secubox-security-threats: 2 - luci-app-secubox: 4 - luci-app-streamlit: 9 - luci-app-tor-shield: 2 - secubox-app-haproxy: 23 - secubox-core: 6 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
92 lines
1.9 KiB
JSON
92 lines
1.9 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",
|
|
"get_services",
|
|
"get_proxy_mode"
|
|
],
|
|
"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",
|
|
"set_proxy_mode"
|
|
],
|
|
"uci": [
|
|
"set",
|
|
"delete",
|
|
"commit",
|
|
"apply"
|
|
]
|
|
},
|
|
"uci": [
|
|
"secubox"
|
|
]
|
|
}
|
|
}
|
|
}
|