- Add luci-app-vm for LXC container management dashboard - Status bar with total/running/stopped containers, disk usage - Container cards with Start/Stop/Restart, Snapshot, Export - RPCD handler with 10 methods - Fix Vortex Firewall statistics tracking - Replace x47 multiplier with unique_ips metric - Read blocks from BIND RPZ log via stats file - RPCD now returns unique_ips count - Add c3box-vm-builder.sh for portable VM creation - Downloads OpenWrt x86-64 image - Injects SecuBox configuration - Converts to VMDK/VDI/OVA formats Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
193 B
JSON
15 lines
193 B
JSON
{
|
|
"admin/services/vm": {
|
|
"title": "VM Manager",
|
|
"order": 85,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "vm/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-vm"],
|
|
"uci": {}
|
|
}
|
|
}
|
|
}
|