Validated secubox-image.sh and secubox-sysupgrade.sh scripts: - Fixed curl redirect issue: ASU API returns 301 redirects - Added -L flag to 9 curl calls across both scripts - Verified all device profiles valid (mochabin, espressobin, x86-64) - Confirmed POSIX sh compatibility for sysupgrade script - Validated first-boot script syntax Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
77 lines
1.4 KiB
JSON
77 lines
1.4 KiB
JSON
{
|
|
"admin/services/wireguard": {
|
|
"title": "WireGuard",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-wireguard-dashboard"]
|
|
}
|
|
},
|
|
"admin/services/wireguard/wizard": {
|
|
"title": "Setup Wizard",
|
|
"order": 5,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wireguard-dashboard/wizard"
|
|
}
|
|
},
|
|
"admin/services/wireguard/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wireguard-dashboard/overview"
|
|
}
|
|
},
|
|
"admin/services/wireguard/peers": {
|
|
"title": "Peers",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wireguard-dashboard/peers"
|
|
}
|
|
},
|
|
"admin/services/wireguard/qrcodes": {
|
|
"title": "QR Codes",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wireguard-dashboard/qrcodes"
|
|
}
|
|
},
|
|
"admin/services/wireguard/traffic": {
|
|
"title": "Traffic Stats",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wireguard-dashboard/traffic"
|
|
}
|
|
},
|
|
"admin/services/wireguard/uplinks": {
|
|
"title": "Mesh Uplinks",
|
|
"order": 45,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wireguard-dashboard/uplinks"
|
|
}
|
|
},
|
|
"admin/services/wireguard/config": {
|
|
"title": "Configuration",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wireguard-dashboard/config"
|
|
}
|
|
},
|
|
"admin/services/wireguard/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "wireguard-dashboard/settings"
|
|
}
|
|
}
|
|
}
|