secubox-openwrt/package/secubox/luci-app-secubox-p2p/root/usr/share/rpcd/acl.d/luci-app-secubox-p2p.json
CyberMind-FR 304ac7b9a1 feat: P2P App Store, Remote Access & Mesh Media packages
P2P App Store Emancipation:
- secubox-p2p: Package distribution via mesh peers (CGI API, RPCD, CLI)
- packages.js: LuCI view with LOCAL/PEER badges, fetch/install actions
- devstatus.js: Dev Status widget with Gitea commits, v1.0 progress tracking
- secubox-feed: sync-content command for auto-installing content packages
- ACL fix for P2P feed RPCD methods

Remote Access:
- secubox-app-rustdesk: Native hbbs/hbbr relay server from GitHub releases
- secubox-app-guacamole: LXC Debian container with guacd + Tomcat (partial)

Content Distribution:
- secubox-content-pkg: Auto-package Metablogizer/Streamlit as IPKs
- Auto-publish hooks in metablogizerctl and streamlitctl

Mesh Media:
- secubox-app-ksmbd: In-kernel SMB3 server with ksmbdctl CLI
- Pre-configured shares for Jellyfin, Lyrion, Backup

UI Consistency:
- client-guardian: Ported to sh-page-header chip layout
- auth-guardian: Ported to sh-page-header chip layout

Fixes:
- services.js: RPC expect unwrapping bug fix
- metablogizer: Chunked upload for uhttpd 64KB limit

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 00:33:53 +01:00

73 lines
1.6 KiB
JSON

{
"luci-app-secubox-p2p": {
"description": "SecuBox P2P Hub",
"read": {
"ubus": {
"luci.secubox-p2p": [
"get_peers",
"get_settings",
"get_services",
"get_shared_services",
"discover",
"get_dns_config",
"get_wireguard_config",
"get_haproxy_config",
"get_registry",
"health_check",
"get_gitea_config",
"list_gitea_repos",
"get_gitea_commits",
"list_local_backups",
"get_dns_bridge_config",
"get_wg_mirror_config",
"get_feed_peers",
"get_peer_packages",
"get_all_packages",
"get_feed_settings"
],
"uci": ["get", "state"]
},
"uci": ["secubox-p2p"],
"file": {
"/var/lib/secubox/threat-intel/*": ["read"]
}
},
"write": {
"ubus": {
"luci.secubox-p2p": [
"add_peer",
"remove_peer",
"set_settings",
"sync_catalog",
"broadcast_command",
"set_dns_config",
"set_wireguard_config",
"set_haproxy_config",
"register_url",
"set_gitea_config",
"create_gitea_repo",
"push_gitea_backup",
"pull_gitea_backup",
"create_local_backup",
"restore_local_backup",
"deploy_registry",
"deploy_registry_entry",
"deploy_services",
"deploy_local_services",
"deploy_service",
"pull_mesh_services",
"pull_service",
"set_dns_bridge_config",
"set_wg_mirror_config",
"sync_wg_mirror",
"fetch_package",
"sync_package_catalog",
"set_feed_settings"
],
"uci": ["set", "delete", "commit", "apply"]
},
"uci": ["secubox-p2p"]
}
}
}