- 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>
16 lines
362 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|
|
}
|