- Add backup/restore commands to hexoctl (backup, restore, backup list/delete) - Add GitHub clone support (hexoctl github clone <url> [instance] [branch]) - Add Gitea push support (hexoctl gitea push [instance] [message]) - Add quick-publish command (clean + build + publish in one step) - Add 15 new RPCD methods for instance/backup/git management - Rewrite LuCI dashboard with KISS theme: - Multi-instance management with status cards - Instance controls: start/stop, quick publish, backup, editor, preview - GitHub/Gitea clone modals - Backup table with restore/delete - Stats grid: instances, posts, drafts, backups - Update API with 12 new RPC declarations - Update ACL with new permissions Also includes DNS Master app created in previous session. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"luci-app-dns-master": {
|
|
"description": "Grant access to DNS Master",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.dns-master": ["status", "zones", "records", "logs"]
|
|
},
|
|
"uci": ["dns-master"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.dns-master": ["add_record", "del_record", "add_zone", "reload", "check", "backup"]
|
|
},
|
|
"uci": ["dns-master"]
|
|
}
|
|
}
|
|
}
|