Implement secubox-master-link (backend) and luci-app-master-link (LuCI frontend) for secure node onboarding into the SecuBox mesh via HMAC-SHA256 join tokens, blockchain-backed peer trust, and gigogne (nested) hierarchy with depth limiting. Backend provides: token management, join/approve/reject protocol, IPK bundle serving, CGI API endpoints, and a dark-themed landing page for new nodes. Frontend provides a 3-tab LuCI view (overview, join requests, mesh tree) with RPCD integration. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
# SecuBox Master-Link Configuration
|
|
|
|
config master-link 'main'
|
|
option enabled '1'
|
|
option role 'master'
|
|
option upstream ''
|
|
option depth '0'
|
|
option max_depth '3'
|
|
option token_ttl '3600'
|
|
option auto_approve '0'
|
|
option ipk_path '/www/secubox-feed/secubox-master-link_*.ipk'
|