secubox-openwrt/package/secubox/luci-app-backup/root/usr/share/rpcd/acl.d/luci-app-backup.json
CyberMind-FR c6fb79ed3b feat: Add unified backup manager, custom mail server, DNS subdomain generator
New packages:
- secubox-app-backup: Unified backup for LXC containers, UCI config, services
- luci-app-backup: KISS dashboard with container list and backup history
- secubox-app-mailserver: Custom Postfix+Dovecot in LXC with mesh backup

Enhanced dnsctl with:
- generate: Auto-create subdomain A records
- suggest: Name suggestions by category
- mail-setup: MX, SPF, DMARC record creation
- dkim-add: DKIM TXT record management

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 10:40:32 +01:00

18 lines
343 B
JSON

{
"luci-app-backup": {
"description": "Grant access to Backup Manager",
"read": {
"ubus": {
"luci.backup": ["status", "list", "container_list"]
},
"uci": ["backup"]
},
"write": {
"ubus": {
"luci.backup": ["create", "restore", "cleanup", "container_backup", "container_restore"]
},
"uci": ["backup"]
}
}
}