|
|
a8ca00b04d
|
docs(console): Complete CLI Tools Lexical Reference
Comprehensive documentation for all 29 secubox-* CLI tools:
- Core System: secubox-core, secubox-swiss, secubox-state, secubox-component
- Recovery: secubox-recover, secubox-recovery, secubox-restore
- Mesh/P2P: secubox-mesh, secubox-p2p, secubox-sync-registry, secubox-catalog-sync
- Registry: secubox-registry, secubox-landing-gen, secubox-exposure, secubox-wan-access
- Apps: secubox-app, secubox-appstore, secubox-skill, secubox-profile
- Feed: secubox-feed, secubox-feed-health, secubox-feed-manager
- Diagnostics: secubox-diagnostics, secubox-log, secubox-stats, secubox-verify
- Specialized: secubox-webapp-setup, secubox-netifyd-configure, secubox-mitm-logs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-30 19:46:28 +01:00 |
|
|
|
d1e713e282
|
feat(console): Add Linux host frontend with modern TUI
- secubox_frontend.py: Full-featured Textual TUI application
- Multi-device dashboard with real-time status monitoring
- Device discovery (network scan, mDNS, mesh API)
- SSH-based remote command execution and backup orchestration
- Tabbed interface: Dashboard, Alerts, Mesh, Settings
- Graceful degradation: Textual → Rich → Simple CLI
- Support files:
- install.sh: One-line installer with dependency handling
- requirements.txt: Python dependencies (textual, paramiko, httpx, rich)
- secubox-frontend: Launcher script with path detection
- Updated README.md: Documents both CLI console and TUI frontend
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-30 19:46:28 +01:00 |
|
|
|
005d1fd5d4
|
docs: Add README for secubox-console and secubox-swiss
- secubox-console: Python remote management CLI/TUI
- Device discovery, multi-device management
- Plugin system, self-updating
- Live dashboard with rich TUI
- secubox-swiss: Unified Swiss Army Knife tool
- Quick actions (status, backup, reborn, sync, health)
- Tool dispatch to mesh/recover/console/mitm
- Interactive menu and self-enhancement
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-30 19:46:28 +01:00 |
|
|
|
9acab29c34
|
feat(v0.17): P2P Mesh Recovery, MITM Analytics, Swiss Army Knife
Major features:
- P2P Mesh distributed recovery infrastructure with blockchain catalog
- MITM analytics proxy for external access monitoring (IP, country, scans)
- SecuBox Swiss unified CLI tool for management & recovery
- Python remote management console (secubox-console)
- Multi-theme landing page generator (mirrorbox, cyberpunk, minimal, terminal, light)
- Service Registry enhancements with health check and network diagnostics
- Services page modernization with Service Registry API integration
New components:
- secubox-swiss: Swiss Army Knife unified management tool
- secubox-mesh: P2P mesh networking and sync
- secubox-recover: Snapshot, profiles, rollback, reborn scripts
- secubox-console: Python remote management app
- secubox_analytics.py: MITM traffic analysis addon
Fixes:
- Service Registry ACL permissions for secubox services page
- Port status display (firewall_open detection)
- RPC response handling for list_services
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-30 19:46:28 +01:00 |
|