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
e5fb408744
feat(p2p): Add globe visualization with peer map
...
- Animated 3D globe with CSS transformations
- Peer nodes positioned around globe with depth sorting
- Master node at center with pulse animation
- Connection lines between master and peers
- Stars background with twinkle animation
- Health indicators with emoji status (💚 💛 ❤️ )
- Quick stats (Peers, Online, Services, Registry)
- Quick actions (Discover, Sync All, Add Peer)
- Responsive layout for mobile
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:46:28 +01:00
5cf4776b8e
feat(p2p): Add complete Hub Registry and Services Registry panels
...
- Hub Registry Panel with:
- Short URL table with copy, status, hits
- MaaS toggles (enabled, auto-register, cache)
- DNS config modal with zone preview
- Register URL, Sync Peers, Flush Cache actions
- Services Registry Panel with:
- Service type legend with color coding
- Local services / Network services columns
- Service sharing toggles
- Register Service, Subscribe, Export actions
- Extensible panel grid layout
- Service type categorization (dns, vpn, ids, proxy, firewall, etc.)
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