secubox-deb/daemon/testdata/secuboxd.yaml
CyberMind-FR 4901143c78 Reorganize Go daemon and fix module compliance
- Move Go mesh daemon code to daemon/ directory
  - secuboxd mesh daemon with mDNS discovery
  - secuboxctl CLI management tool
  - c3box situational awareness dashboard
  - GK-HAM-2025 ZKP authentication system

- Add Debian packaging for secubox-daemon and secubox-c3box

- Fix maintainer in 12 packages to Gerald KERMA <devel@cybermind.fr>
  - secubox-backup, device-intel, mesh, meshname, p2p
  - roadmap, soc, tor, vortex-dns, vortex-firewall
  - watchdog, zkp

- Add JWT authentication to secubox-mesh API

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-25 07:51:17 +01:00

29 lines
636 B
YAML

# SecuBox Mesh Daemon Test Configuration
# CyberMind — SecuBox-Deb — 2026
node:
role: edge # edge | relay | air-gapped
did: "did:plc:test1234567890"
keypair: ./testdata/node.key
mesh:
transport: wireguard
subnet: 10.42.0.0/16
mdns_service: _secubox._udp
beacon_interval: 30 # seconds
peer_timeout: 120 # seconds
tailscale:
enabled: false
authkey: ""
telemetry:
interval: 60 # seconds
c3box_socket: /tmp/c3box/telemetry.sock
db: /tmp/secuboxd/telemetry.db
zkp:
enabled: true
rotation_hours: 24
hamiltonian_graph: ./testdata/hamgraph.json