{ "luci-app-secubox-admin": { "description": "SecuBox Admin Control Center", "read": { "ubus": { "luci.secubox": [ "get_appstore_apps", "get_appstore_app", "getModules", "getModuleInfo", "get_dashboard_data", "get_system_health", "get_alerts", "getLogs", "listProfiles", "get_catalog_sources", "check_updates", "get_app_versions", "get_changelog", "get_widget_data", "get_wan_access", "get_services" ] }, "uci": [ "secubox", "secubox-appstore", "firewall", "*" ] }, "write": { "ubus": { "luci.secubox": [ "install_appstore_app", "remove_appstore_app", "enable_module", "disable_module", "updateModule", "applyProfile", "set_catalog_source", "sync_catalog", "set_wan_access", "apply_wan_access" ] }, "uci": [ "secubox", "secubox-appstore", "firewall", "*" ] } } }