New packages: - secubox-app-config-vault: Git-based config versioning CLI (configvaultctl) - luci-app-config-vault: KISS-themed dashboard with status rings Features: - 9 configuration modules (users, network, services, security, etc.) - Auto-commit and auto-push to private Gitea repository - Export/import clone tarballs for device provisioning - Commit history browser with restore capability Also adds System Hardware Report to secubox-app-reporter: - CPU/Memory/Disk/Temperature gauges with animations - Environmental impact card (power/kWh/CO₂ estimates) - Health recommendations based on system metrics - Debug log viewer with severity highlighting Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
479 B
JSON
18 lines
479 B
JSON
{
|
|
"luci-app-config-vault": {
|
|
"description": "Configuration Vault Management",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.config-vault": ["status", "modules", "history", "diff"]
|
|
},
|
|
"uci": ["config-vault"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.config-vault": ["backup", "restore", "push", "pull", "init", "export_clone"]
|
|
},
|
|
"uci": ["config-vault"]
|
|
}
|
|
}
|
|
}
|