- get_installed_apps: Returns installed apps with menu paths and status - get_kiss_menu: Returns dynamic menu by category (security, system, productivity, media) - Enables KISS UI to dynamically show installed apps - Updated ACL to include new methods Also on router: - Created rpcd-watchdog service that monitors rpcd every 60s - Automatically restarts rpcd if luci module fails Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
160 lines
5.2 KiB
JSON
160 lines
5.2 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_system_overview",
|
|
"get_active_sessions",
|
|
"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",
|
|
"p2p_get_peers",
|
|
"p2p_get_settings",
|
|
"p2p_discover",
|
|
"p2p_get_catalog",
|
|
"p2p_get_peer_catalog",
|
|
"p2p_get_shared_services",
|
|
"get_timeline",
|
|
"get_evolution",
|
|
"get_heartbeat_line",
|
|
"get_stats_status",
|
|
"get_history",
|
|
"get_collector_cache",
|
|
"get_installed_apps",
|
|
"get_kiss_menu"
|
|
],
|
|
"luci.service-registry": [
|
|
"list_services",
|
|
"get_service",
|
|
"list_categories",
|
|
"get_qr_data",
|
|
"get_certificate_status",
|
|
"check_service_health",
|
|
"check_all_health",
|
|
"get_network_info",
|
|
"get_landing_config"
|
|
],
|
|
"luci.haproxy": [
|
|
"status",
|
|
"list_vhosts",
|
|
"list_backends",
|
|
"list_certificates"
|
|
],
|
|
"luci.gitea": [
|
|
"get_status"
|
|
],
|
|
"luci.secubox-p2p": [
|
|
"get_gitea_config",
|
|
"list_gitea_repos",
|
|
"get_gitea_commits",
|
|
"list_local_backups"
|
|
],
|
|
"uci": [
|
|
"get",
|
|
"state"
|
|
]
|
|
},
|
|
"uci": [
|
|
"secubox",
|
|
"service-registry",
|
|
"haproxy"
|
|
]
|
|
},
|
|
"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",
|
|
"p2p_add_peer",
|
|
"p2p_remove_peer",
|
|
"p2p_set_settings",
|
|
"p2p_share_app",
|
|
"p2p_unshare_app",
|
|
"p2p_install_from_peer",
|
|
"p2p_sync_catalog",
|
|
"p2p_broadcast_command"
|
|
],
|
|
"luci.service-registry": [
|
|
"generate_landing_page",
|
|
"sync_providers"
|
|
],
|
|
"luci.gitea": [
|
|
"generate_token",
|
|
"create_repo"
|
|
],
|
|
"luci.secubox-p2p": [
|
|
"set_gitea_config",
|
|
"create_gitea_repo",
|
|
"push_gitea_backup",
|
|
"pull_gitea_backup",
|
|
"create_local_backup",
|
|
"restore_local_backup"
|
|
],
|
|
"uci": [
|
|
"set",
|
|
"delete",
|
|
"commit",
|
|
"apply"
|
|
]
|
|
},
|
|
"uci": [
|
|
"secubox"
|
|
]
|
|
}
|
|
}
|
|
}
|