secubox-openwrt/package/secubox/luci-app-secubox-bonus/root/usr/share/luci/menu.d/luci-app-secubox-bonus.json
CyberMind-FR c090308dbd feat: Add local package store to luci-app-secubox-bonus
- Add embed_local_feed() to local-build.sh that copies built packages
  into bonus app as /www/secubox-feed/ for offline installation
- Generate Packages index and apps-local.json manifest for opkg
- Add RPCD backend (luci.secubox-store) for package install/remove
- Add LuCI view for browsing and managing local packages
- Fix OPENWRT_ONLY_PACKAGES to allow secubox-app-* wrappers in SDK build
- Remove experimental python3-* packages (unfinished mitmproxy native plan)
- Set rootfs partition size to 16GB for larger overlay
- Bump luci-app-secubox-bonus to v0.2.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 09:15:19 +01:00

15 lines
253 B
JSON

{
"admin/secubox/local-packages": {
"title": "Local Packages",
"order": 19,
"action": {
"type": "view",
"path": "secubox-bonus/store"
},
"depends": {
"acl": ["luci-app-secubox-bonus"],
"uci": {}
}
}
}