secubox-openwrt/package/secubox/luci-app-secubox/root/usr/share/rpcd/acl.d/luci-app-secubox.json
CyberMind-FR 9acab29c34 feat(v0.17): P2P Mesh Recovery, MITM Analytics, Swiss Army Knife
Major features:
- P2P Mesh distributed recovery infrastructure with blockchain catalog
- MITM analytics proxy for external access monitoring (IP, country, scans)
- SecuBox Swiss unified CLI tool for management & recovery
- Python remote management console (secubox-console)
- Multi-theme landing page generator (mirrorbox, cyberpunk, minimal, terminal, light)
- Service Registry enhancements with health check and network diagnostics
- Services page modernization with Service Registry API integration

New components:
- secubox-swiss: Swiss Army Knife unified management tool
- secubox-mesh: P2P mesh networking and sync
- secubox-recover: Snapshot, profiles, rollback, reborn scripts
- secubox-console: Python remote management app
- secubox_analytics.py: MITM traffic analysis addon

Fixes:
- Service Registry ACL permissions for secubox services page
- Port status display (firewall_open detection)
- RPC response handling for list_services

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:46:28 +01:00

150 lines
4.8 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",
"p2p_get_peers",
"p2p_get_settings",
"p2p_discover",
"p2p_get_catalog",
"p2p_get_peer_catalog",
"p2p_get_shared_services"
],
"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"
]
}
}
}