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>
102 lines
1.8 KiB
JSON
102 lines
1.8 KiB
JSON
{
|
|
"admin/secubox/mirrorbox": {
|
|
"title": "MirrorBox",
|
|
"order": 15,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-secubox-p2p"]
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/overview"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/hub": {
|
|
"title": "P2P Hub",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/hub"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/peers": {
|
|
"title": "Peers",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/peers"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/services": {
|
|
"title": "Services",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/services"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/profiles": {
|
|
"title": "Profiles",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/profiles"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/mesh": {
|
|
"title": "Mesh Network",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/mesh"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/factory": {
|
|
"title": "Factory",
|
|
"order": 70,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/factory"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/devstatus": {
|
|
"title": "Dev Status",
|
|
"order": 73,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/devstatus"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/packages": {
|
|
"title": "App Store",
|
|
"order": 75,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/packages"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/p2p-hub": {
|
|
"title": "Threat Intel",
|
|
"order": 25,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/threat-hub"
|
|
}
|
|
},
|
|
"admin/secubox/mirrorbox/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "secubox-p2p/settings"
|
|
}
|
|
}
|
|
}
|