- Add inventory.sh for hardware inventory collection (MAC, serial, model, CPU, RAM, storage) - Add profiles.sh for profile management and device matching - Add default.json profile template for auto-provisioned peers - Add discovery mode to master-link.sh with pending queue and approval workflow - Add bulk token generation (up to 100 tokens per batch) - Enhance 50-secubox-clone-provision with inventory collection and discovery join - Add 9 new RPCD methods to luci.cloner for factory provisioning - Fix p2p-mesh.sh to be silent when sourced as library - Add UCI options: discovery_mode, auto_approve_known, discovery_window, default_profile Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
12 lines
321 B
JSON
12 lines
321 B
JSON
{
|
|
"name": "default",
|
|
"description": "Default peer configuration for auto-provisioned devices",
|
|
"uci": [
|
|
"set system.@system[0].hostname='secubox-peer'",
|
|
"set master-link.main.role='peer'",
|
|
"set master-link.main.enabled='1'"
|
|
],
|
|
"packages": [],
|
|
"services": ["secubox-core", "secubox-master-link"]
|
|
}
|