secubox-openwrt/package/secubox/luci-app-bandwidth-manager/root/usr/share/luci/menu.d/luci-app-bandwidth-manager.json
CyberMind-FR ee0a7a0864 feat(bandwidth-manager): Add profiles, parental controls, alerts, traffic graphs
Major feature expansion for luci-app-bandwidth-manager:

- Device Profiles: Gaming, Streaming, IoT, Work, Kids presets with
  custom QoS settings, bandwidth limits, and latency modes
- Parental Controls: Quick preset modes (Bedtime, Homework, Family Time),
  access schedules, content filtering categories
- Bandwidth Alerts: Threshold monitoring (80/90/100%), new device alerts,
  email/SMS notifications with configurable settings
- Traffic Graphs: Real-time bandwidth charts, historical data visualization,
  top talkers list, protocol breakdown pie charts
- Time Schedules: Full CRUD with day selection, limits, priority settings

Backend additions:
- ~30 new RPCD methods for all features
- Alert monitoring cron job (every 5 minutes)
- Shared alerts.sh library for email/SMS

Frontend views:
- profiles.js, parental-controls.js, alerts.js, traffic-graphs.js
- Shared graphs.js utility for canvas drawing
- parental.css for parental controls styling

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 12:25:35 +01:00

141 lines
3.0 KiB
JSON

{
"admin/secubox/network/bandwidth-manager": {
"title": "Bandwidth Manager",
"order": 55,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-bandwidth-manager"]
}
},
"admin/secubox/network/bandwidth-manager/overview": {
"title": "Overview",
"order": 1,
"action": {
"type": "view",
"path": "bandwidth-manager/overview"
}
},
"admin/secubox/network/bandwidth-manager/rules": {
"title": "QoS Rules",
"order": 2,
"action": {
"type": "view",
"path": "bandwidth-manager/rules"
}
},
"admin/secubox/network/bandwidth-manager/quotas": {
"title": "Client Quotas",
"order": 3,
"action": {
"type": "view",
"path": "bandwidth-manager/quotas"
}
},
"admin/secubox/network/bandwidth-manager/usage": {
"title": "Real-time Usage",
"order": 4,
"action": {
"type": "view",
"path": "bandwidth-manager/usage"
}
},
"admin/secubox/network/bandwidth-manager/traffic-graphs": {
"title": "Traffic Graphs",
"order": 5,
"action": {
"type": "view",
"path": "bandwidth-manager/traffic-graphs"
}
},
"admin/secubox/network/bandwidth-manager/profiles": {
"title": "Device Profiles",
"order": 6,
"action": {
"type": "view",
"path": "bandwidth-manager/profiles"
}
},
"admin/secubox/network/bandwidth-manager/parental-controls": {
"title": "Parental Controls",
"order": 7,
"action": {
"type": "view",
"path": "bandwidth-manager/parental-controls"
}
},
"admin/secubox/network/bandwidth-manager/alerts": {
"title": "Alerts",
"order": 8,
"action": {
"type": "view",
"path": "bandwidth-manager/alerts"
}
},
"admin/secubox/network/bandwidth-manager/settings": {
"title": "Settings",
"order": 9,
"action": {
"type": "view",
"path": "bandwidth-manager/settings"
}
},
"admin/secubox/network/bandwidth-manager/media": {
"title": "Media Detection",
"order": 10,
"action": {
"type": "view",
"path": "bandwidth-manager/media"
}
},
"admin/secubox/network/bandwidth-manager/classes": {
"title": "QoS Classes",
"order": 11,
"action": {
"type": "view",
"path": "bandwidth-manager/classes"
}
},
"admin/secubox/network/bandwidth-manager/clients": {
"title": "Connected Clients",
"order": 12,
"action": {
"type": "view",
"path": "bandwidth-manager/clients"
}
},
"admin/secubox/network/bandwidth-manager/schedules": {
"title": "Schedules",
"order": 13,
"action": {
"type": "view",
"path": "bandwidth-manager/schedules"
}
},
"admin/secubox/network/bandwidth-manager/smart-qos": {
"title": "Smart QoS",
"order": 14,
"action": {
"type": "view",
"path": "bandwidth-manager/smart-qos"
}
},
"admin/secubox/network/bandwidth-manager/groups": {
"title": "Device Groups",
"order": 15,
"action": {
"type": "view",
"path": "bandwidth-manager/groups"
}
},
"admin/secubox/network/bandwidth-manager/analytics": {
"title": "Analytics",
"order": 16,
"action": {
"type": "view",
"path": "bandwidth-manager/analytics"
}
}
}