secubox-openwrt/package/secubox/luci-app-cloner/root/usr/share/luci/menu.d/luci-app-cloner.json
CyberMind-FR 06d9d08f86 feat(luci-app-cloner): Add cloning station LuCI dashboard
- Dashboard with status cards: device, TFTP, tokens, clones
- Quick actions: Build Image, Start/Stop TFTP, Token generation
- Clone images table with size and TFTP-ready status
- Token management with auto-approve option
- U-Boot flash commands display when TFTP is running
- RPCD handler with 10 methods for full cloner management

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

14 lines
202 B
JSON

{
"admin/secubox/system/cloner": {
"title": "Cloning Station",
"order": 50,
"action": {
"type": "view",
"path": "cloner/overview"
},
"depends": {
"acl": ["luci-app-cloner"]
}
}
}