|
|
675e4abcc7
|
feat(p2p): Add master deployment, DNS bridge, and WireGuard mirror
- Add renderServiceItemWithDeploy() for services with mesh deployment status
- Add deployment action handlers: deployAllRegistry, deployRegistryEntry,
deployAllServices, deployLocalServices, pullAllServices, deployService, pullService
- Add deployment modals: showDeployRegistryModal, showDeployServicesModal
- Add DNS Bridge with load balancing strategies (round-robin, weighted, geo, latency)
- Add Onion Relay integration for privacy/fallback routing
- Add WireGuard Mirror inverse system with modes (active-passive, active-active, ring, full-mesh)
- Add showDNSBridgeModal and showWGMirrorModal configuration dialogs
- Add new API functions for deployment, DNS bridge, and WG mirror
- Add comprehensive CSS styles for deploy banners, mesh status dots, modal styles
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-30 19:46:28 +01:00 |
|
|
|
2b913d5005
|
feat(p2p): Add SecuBox P2P Hub packages and Services Registry
- Add secubox-p2p backend package:
- UCI configuration for P2P settings, DNS federation, WireGuard mesh, HAProxy
- RPCD handler for peer management, service discovery, mesh configuration
- Init script and main P2P manager daemon
- Add luci-app-secubox-p2p frontend package:
- Main hub view with master control, network matrix visualization
- Peers management with discovery and manual add
- Services view showing local and shared services
- Mesh network configuration (DNS, WireGuard, HAProxy)
- Settings for P2P and registry configuration
- Add Services Registry view to luci-app-secubox
- Add listProfiles/applyProfile to secubox-admin API
- Fix P2P ACL permissions
- Remove old hub.js from luci-app-secubox (moved to dedicated package)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-30 19:46:28 +01:00 |
|