Major Enhancements: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Network Modes Module: - Added 3 new network modes: * Double NAT mode (doublenat.js) - Cascaded router configuration * Multi-WAN mode (multiwan.js) - Load balancing and failover * VPN Relay mode (vpnrelay.js) - VPN gateway configuration - Enhanced existing modes: * Access Point improvements * Travel mode refinements * Router mode enhancements * Relay mode updates * Sniffer mode optimizations - Updated wizard with new mode options - Enhanced API with new mode support - Improved dashboard CSS styling - Updated helpers for new modes - Extended RPCD backend functionality - Updated menu structure for new modes - Enhanced UCI configuration System Hub Module: - Added dedicated logs.css stylesheet - Enhanced logs.js view with better styling - Improved overview.css responsive design - Enhanced services.css for better UX - Updated overview.js with theme integration - Improved services.js layout SecuBox Dashboard: - Enhanced dashboard.css with theme variables - Improved dashboard.js responsiveness - Better integration with global theme Files Changed: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Network Modes (17 files): Modified: api.js, dashboard.css, helpers.js, menu, config, RPCD backend Modified Views: accesspoint, overview, relay, router, sniffer, travel, wizard New Views: doublenat, multiwan, vpnrelay System Hub (6 files): New: logs.css Modified: overview.css, services.css, logs.js, overview.js, services.js SecuBox (2 files): Modified: dashboard.css, dashboard.js Total: 25 files changed (21 modified, 4 new) Technical Improvements: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - Global theme CSS variable usage - Responsive design enhancements - Improved error handling - Better mode validation - Enhanced user feedback - Optimized CSS performance - Improved accessibility Network Mode Capabilities: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1. Router Mode - Standard routing 2. Access Point Mode - WiFi AP with bridge 3. Relay Mode - WiFi repeater/extender 4. Travel Mode - Portable router configuration 5. Sniffer Mode - Network monitoring 6. Double NAT Mode - Cascaded NAT for network isolation (NEW) 7. Multi-WAN Mode - Multiple uplinks with load balancing (NEW) 8. VPN Relay Mode - VPN gateway and tunnel endpoint (NEW) Breaking Changes: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ None - All changes are backward compatible 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
101 lines
1.9 KiB
JSON
101 lines
1.9 KiB
JSON
{
|
|
"admin/secubox/network-modes": {
|
|
"title": "Network Modes",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-network-modes"]
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/overview": {
|
|
"title": "Overview",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/overview"
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/wizard": {
|
|
"title": "Mode Wizard",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/wizard"
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/router": {
|
|
"title": "Router Mode",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/router"
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/multiwan": {
|
|
"title": "Multi-WAN Mode",
|
|
"order": 35,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/multiwan"
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/doublenat": {
|
|
"title": "Double NAT Mode",
|
|
"order": 37,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/doublenat"
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/accesspoint": {
|
|
"title": "Access Point Mode",
|
|
"order": 40,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/accesspoint"
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/relay": {
|
|
"title": "Relay Mode",
|
|
"order": 50,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/relay"
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/vpnrelay": {
|
|
"title": "VPN Relay Mode",
|
|
"order": 52,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/vpnrelay"
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/travel": {
|
|
"title": "Travel Mode",
|
|
"order": 55,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/travel"
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/sniffer": {
|
|
"title": "Sniffer Mode",
|
|
"order": 60,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/sniffer"
|
|
}
|
|
},
|
|
"admin/secubox/network-modes/settings": {
|
|
"title": "Settings",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "network-modes/settings"
|
|
}
|
|
}
|
|
}
|