69 lines
1.3 KiB
JSON
69 lines
1.3 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/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"
|
|
}
|
|
}
|
|
}
|