secubox-deb/packages/secubox-daemon/debian/control
CyberMind-FR bb344390b2 fix(secubox-daemon): Use pre-built Go binaries
- Remove golang-go build dependency (binaries pre-built)
- Remove debian/compat (conflicts with debhelper-compat)
- Skip clean step to preserve pre-built binaries

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-30 06:53:16 +02:00

28 lines
1.0 KiB
Plaintext

Source: secubox-daemon
Section: net
Priority: optional
Maintainer: Gerald KERMA <devel@cybermind.fr>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://cybermind.fr/secubox
Package: secubox-daemon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, wireguard-tools
Recommends: secubox-core
Description: SecuBox Mesh Daemon - WireGuard mesh with ZKP authentication
Go-based mesh networking daemon for SecuBox featuring:
- mDNS peer discovery
- WireGuard mesh topology with automatic mesh gate election
- GK-HAM-2025 Zero-Knowledge Proof authentication with 24h PFS
- SQLite telemetry with metrics collection
Includes secuboxd daemon, secuboxctl CLI, and c3box dashboard.
Package: secubox-c3box
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, secubox-daemon
Description: SecuBox C3BOX - Situational Awareness Dashboard
Web-based situational awareness dashboard for SecuBox mesh networks.
Visualizes mesh topology, node status, and ZKP credentials.
Connects to secuboxd via Unix socket.