secubox-openwrt/package/secubox/luci-app-wireguard-dashboard/root/usr/share/luci/menu.d/luci-app-wireguard-dashboard.json
CyberMind-FR 5e29599682 feat(wireguard-dashboard,webapp): Add setup wizard, admin sessions, and blocking stats
WireGuard Dashboard v0.7.0:
- Add zone-based setup wizard with 4-step flow
- Add tunnel presets (road-warrior, site-to-site, iot-tunnel)
- Add zone presets (home-user, remote-worker, mobile, iot, guest, server)
- Add interface control (up/down/restart)
- Add peer ping functionality
- Add bandwidth rates monitoring
- Comprehensive wizard CSS styles

SecuBox Webapp v1.5.0:
- Add admin sessions list showing authenticated LuCI users with IP source
- Add blocking statistics (today's bans, blocked attempts, top scenario, unique IPs)
- Integrate stats from CrowdSec decisions and alerts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 15:40:46 +01:00

68 lines
1.3 KiB
JSON

{
"admin/secubox/network/wireguard": {
"title": "WireGuard",
"order": 10,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-wireguard-dashboard"]
}
},
"admin/secubox/network/wireguard/wizard": {
"title": "Setup Wizard",
"order": 5,
"action": {
"type": "view",
"path": "wireguard-dashboard/wizard"
}
},
"admin/secubox/network/wireguard/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "wireguard-dashboard/overview"
}
},
"admin/secubox/network/wireguard/peers": {
"title": "Peers",
"order": 20,
"action": {
"type": "view",
"path": "wireguard-dashboard/peers"
}
},
"admin/secubox/network/wireguard/qrcodes": {
"title": "QR Codes",
"order": 30,
"action": {
"type": "view",
"path": "wireguard-dashboard/qrcodes"
}
},
"admin/secubox/network/wireguard/traffic": {
"title": "Traffic Stats",
"order": 40,
"action": {
"type": "view",
"path": "wireguard-dashboard/traffic"
}
},
"admin/secubox/network/wireguard/config": {
"title": "Configuration",
"order": 50,
"action": {
"type": "view",
"path": "wireguard-dashboard/config"
}
},
"admin/secubox/network/wireguard/settings": {
"title": "Settings",
"order": 90,
"action": {
"type": "view",
"path": "wireguard-dashboard/settings"
}
}
}