49 lines
935 B
JSON
49 lines
935 B
JSON
{
|
|
"luci-app-system-hub": {
|
|
"description": "System Hub - Central Control Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.system-hub": [
|
|
"status",
|
|
"get_system_info",
|
|
"get_health",
|
|
"get_components",
|
|
"get_components_by_category",
|
|
"list_services",
|
|
"get_logs",
|
|
"get_storage",
|
|
"get_settings",
|
|
"list_diagnostics",
|
|
"download_diagnostic",
|
|
"run_diagnostic_test",
|
|
"remote_status",
|
|
"remote_get_credentials"
|
|
],
|
|
"luci.secubox": [
|
|
"modules",
|
|
"modules_by_category",
|
|
"get_theme"
|
|
]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.system-hub": [
|
|
"service_action",
|
|
"backup_config",
|
|
"restore_config",
|
|
"reboot",
|
|
"save_settings",
|
|
"collect_diagnostics",
|
|
"delete_diagnostic",
|
|
"upload_diagnostics",
|
|
"remote_install",
|
|
"remote_configure",
|
|
"remote_service_action",
|
|
"remote_save_settings"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|