67 lines
1.3 KiB
JSON
67 lines
1.3 KiB
JSON
{
|
|
"luci-app-secubox": {
|
|
"description": "SecuBox Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.secubox": [
|
|
"status",
|
|
"modules",
|
|
"modules_by_category",
|
|
"module_info",
|
|
"check_module_enabled",
|
|
"health",
|
|
"diagnostics",
|
|
"get_system_health",
|
|
"get_alerts",
|
|
"get_dashboard_data",
|
|
"get_theme",
|
|
"first_run_status",
|
|
"list_apps",
|
|
"get_app_manifest",
|
|
"list_profiles",
|
|
"get_appstore_apps",
|
|
"get_appstore_app"
|
|
],
|
|
"uci": [
|
|
"get",
|
|
"state"
|
|
]
|
|
},
|
|
"uci": [
|
|
"secubox"
|
|
]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.secubox": [
|
|
"start_module",
|
|
"stop_module",
|
|
"restart_module",
|
|
"enable_module",
|
|
"disable_module",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|