Update secubox-full metapackage to v1.2.0 with 49 modules

- Add 10 new modules to metapackage dependencies
- Update repo README with complete 51 package list
- Organize packages by category (DNS, Security, Network, Monitoring, etc.)
- New modules: device-intel, mesh, meshname, metrics, p2p, roadmap,
  soc, vortex-dns, vortex-firewall, zkp

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-03-25 05:30:53 +01:00
parent 6e56dd7135
commit f563c89063
3 changed files with 65 additions and 14 deletions

View File

@ -1,3 +1,15 @@
secubox-full (1.2.0-1~bookworm1) bookworm; urgency=medium
* Update to include all 49 modules
* Add DNS modules: vortex-dns, meshname
* Add Security modules: vortex-firewall
* Add Network modules: mesh, p2p
* Add Monitoring modules: device-intel, metrics
* Add Dashboard modules: soc, roadmap
* Add Privacy modules: zkp
-- Gerald KERMA <devel@cybermind.fr> Tue, 25 Mar 2026 10:00:00 +0100
secubox-full (1.1.0-1~bookworm1) bookworm; urgency=medium
* Update to include all 39 modules

View File

@ -16,9 +16,12 @@ Depends: ${misc:Depends},
secubox-system (>= 1.0),
secubox-crowdsec (>= 1.0),
secubox-waf (>= 1.0),
secubox-vortex-firewall (>= 1.0),
secubox-auth (>= 1.0),
secubox-nac (>= 1.0),
secubox-wireguard (>= 1.0),
secubox-mesh (>= 1.0),
secubox-p2p (>= 1.0),
secubox-netmodes (>= 1.0),
secubox-dpi (>= 1.0),
secubox-qos (>= 1.0),
@ -26,9 +29,16 @@ Depends: ${misc:Depends},
secubox-vhost (>= 1.0),
secubox-haproxy (>= 1.0),
secubox-cdn (>= 1.0),
secubox-dns (>= 1.0),
secubox-vortex-dns (>= 1.0),
secubox-meshname (>= 1.0),
secubox-netdata (>= 1.0),
secubox-mediaflow (>= 1.0),
secubox-dns (>= 1.0),
secubox-device-intel (>= 1.0),
secubox-watchdog (>= 1.0),
secubox-metrics (>= 1.0),
secubox-soc (>= 1.0),
secubox-roadmap (>= 1.0),
secubox-mail (>= 1.0),
secubox-mail-lxc (>= 1.0),
secubox-webmail (>= 1.0),
@ -43,21 +53,24 @@ Depends: ${misc:Depends},
secubox-publish (>= 1.0),
secubox-c3box (>= 1.0),
secubox-backup (>= 1.0),
secubox-watchdog (>= 1.0),
secubox-tor (>= 1.0),
secubox-exposure (>= 1.0),
secubox-zkp (>= 1.0),
secubox-mitmproxy (>= 1.0),
secubox-repo (>= 1.0),
secubox-hardening (>= 1.0)
Recommends: crowdsec, netdata, wireguard-tools, netifyd, tor, mitmproxy
Description: SecuBox Full — All 39 modules
Recommends: crowdsec, netdata, wireguard-tools, netifyd, tor, mitmproxy, yggdrasil
Description: SecuBox Full — All 49 modules
Metapackage installing all SecuBox modules for full functionality.
Recommended for MOCHAbin and other devices with 4GB+ RAM.
.
Core: hub, portal, system
Security: crowdsec, waf, auth, nac, hardening, mitmproxy
Network: wireguard, netmodes, dpi, qos, traffic, vhost, haproxy, cdn, tor, exposure
Monitoring: netdata, mediaflow, watchdog
Services: dns, mail, webmail, users, gitea, nextcloud
Security: crowdsec, waf, vortex-firewall, auth, nac, hardening, mitmproxy
Network: wireguard, mesh, p2p, netmodes, dpi, qos, traffic, vhost, haproxy, cdn
DNS: dns, vortex-dns, meshname
Monitoring: netdata, mediaflow, device-intel, watchdog, metrics
Dashboard: soc, roadmap
Privacy: tor, exposure, zkp
Services: mail, webmail, users, gitea, nextcloud
Publishing: droplet, streamlit, streamforge, metablogizer, publish, c3box
Infrastructure: backup, repo

View File

@ -124,12 +124,12 @@ ssh-keyscan -H apt.secubox.in
# Copy output to GitHub secret: DEPLOY_KNOWN_HOSTS
```
## Packages disponibles (41 packages)
## Packages disponibles (51 packages)
### Metapackages
| Package | Description |
|---------|-------------|
| `secubox-full` | All 39 modules (4GB+ RAM recommended) |
| `secubox-full` | All 49 modules (4GB+ RAM recommended) |
| `secubox-lite` | Essential modules only (1-2GB RAM) |
### Core Infrastructure
@ -145,6 +145,7 @@ ssh-keyscan -H apt.secubox.in
|---------|-------------|
| `secubox-crowdsec` | CrowdSec integration |
| `secubox-waf` | Web Application Firewall (300+ rules) |
| `secubox-vortex-firewall` | nftables threat enforcement |
| `secubox-mitmproxy` | MITM proxy with WAF inspection |
| `secubox-auth` | Authentication |
| `secubox-nac` | Network Access Control |
@ -154,9 +155,11 @@ ssh-keyscan -H apt.secubox.in
| Package | Description |
|---------|-------------|
| `secubox-wireguard` | WireGuard VPN |
| `secubox-mesh` | Yggdrasil mesh network |
| `secubox-p2p` | P2P networking |
| `secubox-netmodes` | Network modes |
| `secubox-dpi` | Deep Packet Inspection |
| `secubox-qos` | Quality of Service |
| `secubox-qos` | Quality of Service with HTB/VLAN |
| `secubox-traffic` | TC/CAKE traffic shaping |
| `secubox-vhost` | Virtual hosts |
| `secubox-haproxy` | HAProxy management |
@ -164,6 +167,13 @@ ssh-keyscan -H apt.secubox.in
| `secubox-tor` | Tor circuits and hidden services |
| `secubox-exposure` | Unified exposure (Tor, SSL, DNS, Mesh) |
### DNS
| Package | Description |
|---------|-------------|
| `secubox-dns` | BIND DNS zone management |
| `secubox-vortex-dns` | DNS firewall with RPZ |
| `secubox-meshname` | Mesh network DNS resolution |
### Applications
| Package | Description |
|---------|-------------|
@ -173,7 +183,6 @@ ssh-keyscan -H apt.secubox.in
| `secubox-webmail-lxc` | Webmail LXC container |
| `secubox-gitea` | Gitea Git server (LXC) |
| `secubox-nextcloud` | Nextcloud file sync (LXC) |
| `secubox-dns` | DNS/BIND management |
| `secubox-users` | Unified identity (7 services) |
### Publishing
@ -185,12 +194,29 @@ ssh-keyscan -H apt.secubox.in
| `secubox-metablogizer` | Static site generator |
| `secubox-publish` | Unified publishing |
### Monitoring & Infrastructure
### Monitoring
| Package | Description |
|---------|-------------|
| `secubox-netdata` | Netdata integration |
| `secubox-mediaflow` | Media flow analysis |
| `secubox-c3box` | Services portal |
| `secubox-device-intel` | Asset discovery and fingerprinting |
| `secubox-watchdog` | Container/service/endpoint monitoring |
| `secubox-metrics` | Real-time metrics dashboard |
### Dashboard
| Package | Description |
|---------|-------------|
| `secubox-soc` | Security Operations Center |
| `secubox-roadmap` | Migration roadmap tracker |
### Privacy
| Package | Description |
|---------|-------------|
| `secubox-zkp` | Zero-knowledge proofs (Hamiltonian) |
### Infrastructure
| Package | Description |
|---------|-------------|
| `secubox-c3box` | Services portal |
| `secubox-backup` | System and container backups |
| `secubox-repo` | APT repository management |