- 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>
16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"luci-app-cloner": {
|
|
"description": "Grant access to SecuBox Cloning Station",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.cloner": ["status", "list_images", "list_tokens", "list_clones"]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.cloner": ["generate_token", "build_image", "tftp_start", "tftp_stop", "delete_token", "delete_image"]
|
|
}
|
|
}
|
|
}
|
|
}
|