secubox-openwrt/package/secubox/luci-app-cloner/root/usr/share/rpcd/acl.d/luci-app-cloner.json
CyberMind-FR 750f79db3c feat(cloner): Add multi-device image support
- Support building images for: mochabin, espressobin-v7, espressobin-ultra, x86-64
- New CLI: secubox-cloner build --device espressobin-v7
- New CLI: secubox-cloner devices (list supported devices)
- RPCD: list_devices method, build_image accepts device_type param
- LuCI: Device selection dropdown in build modal
- LuCI: Device column in images table with badges
- Each device type has its own TFTP image file

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-11 06:17:12 +01:00

16 lines
362 B
JSON

{
"luci-app-cloner": {
"description": "Grant access to SecuBox Cloning Station",
"read": {
"ubus": {
"luci.cloner": ["status", "list_images", "list_tokens", "list_clones", "list_devices"]
}
},
"write": {
"ubus": {
"luci.cloner": ["generate_token", "build_image", "tftp_start", "tftp_stop", "delete_token", "delete_image"]
}
}
}
}