|
|
4b2241c86e
|
feat(p2p): Add MirrorBox auto-init, self-recovery, and ACL fixes
MirrorBox Auto-Init:
- Add blockchain-like gigogne P2P structure with peer zero (P0) genesis
- Auto-create self-mesh on page load with configurable depth
- Preserve MirrorBox peers during refresh cycles
Self-Recovery System:
- Add secubox-restore script for bootstrapping new OpenWrt boxes
- Generate customized bootstrap.sh in Gitea backups
- Support interactive and command-line restore modes
ACL Fixes:
- Add missing deploy/pull methods to luci-app-secubox-p2p ACL
- Add luci.gitea and luci.secubox-p2p access to luci-app-secubox ACL
- Fix null display issue in hub.js (changed to empty string)
Backup Enhancements:
- Fix syntax error in RPCD heredoc (openwrt_version line)
- Add branch reference to Gitea API calls (main branch)
- Include bootstrap.sh and secubox-restore in backup push
Documentation:
- Add comprehensive README.md for SecuBox P2P module
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 |
|