mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-28 21:17:36 +00:00
Continues the per-cluster Description-clarity work after #382 (dpi), #383 (dns+threats), #385 (identity+monitoring). Fixes the remaining cluster-member placeholder headlines across the AI, DPI, mesh, and SOC clusters: AI cluster: - secubox-ai-gateway: "Ai-gateway Module" → "data-sovereignty router for AI requests" - secubox-mcp-server: "Mcp-server Module" → "Model Context Protocol server for AI tools" DPI cluster (completes #382's work): - secubox-ndpid: "nDPId Module" → "DPI dashboard with JA3/JA4 TLS fingerprinting" Mesh cluster (completes #384's work): - secubox-meshname: "Meshname Module" → "Yggdrasil-overlay DNS resolver" SOC cluster: - secubox-soc: "Soc Module" → "Security Operations Center aggregator" Each Description now cross-references the sibling packages in its cluster so an operator running `apt-cache show <pkg>` can pick the right one — same pattern as #382, #383, #385. Side fixes: - Maintainer corrected from "SecuBox <dev@secubox.local>" to "Gerald KERMA <devel@cybermind.fr>" on ai-gateway, mcp-server, ndpid (three of five had the placeholder). - Distribution corrected from "stable" → "bookworm" on ndpid (initial-release stanza had the wrong distribution). Patch-version bump on each so apt sees the metadata change: - secubox-ai-gateway: 1.0.0 → 1.0.1 - secubox-mcp-server: 1.0.0 → 1.0.1 - secubox-ndpid: 1.0.0-1 → 1.0.1-1~bookworm1 (also adopts the project-standard ~bookworm1 suffix) - secubox-meshname: 1.0.0 → 1.0.1 - secubox-soc: 1.0.1 → 1.0.2 10 files, +104/-15. No code/endpoints/services/menu changes. All changelogs parse cleanly. 8 placeholder Descriptions still remain on master: backup, config-advisor, gitea, iot-guard, localrecall, nextcloud, tor, vortex-firewall. These are standalone or LXC-service packages (don't-merge list members), file separately if pursued. |
||
|---|---|---|
| .. | ||
| api | ||
| config | ||
| debian | ||
| menu.d | ||
| scripts | ||
| www/ndpid | ||
| README.md | ||
🔬 nDPId
nDPI daemon for traffic analysis
Category: Monitoring
Screenshot
Features
- Protocol detection
- Flow tracking
- JSON API
- Real-time
Installation
# Add SecuBox repository
curl -fsSL https://apt.secubox.in/install.sh | sudo bash
# Install package
sudo apt install secubox-ndpid
Configuration
Configuration file: /etc/secubox/ndpid.toml
API Endpoints
GET /api/v1/ndpid/status- Module statusGET /api/v1/ndpid/health- Health check
License
MIT License - CyberMind © 2024-2026
