mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 15:37:03 +00:00
Final batch of the per-cluster Description-clarity work after #382 (dpi), #383 (dns+threats), #385 (identity+monitoring), and #386 (ai+dpi+mesh+soc). Fixes the last 8 "X Module" placeholder headlines on master — all standalone utilities or LXC-service apps from the don't-merge list. No cluster siblings to cross-reference, just honest headlines + bodies. Standalone utilities: - secubox-backup: "Backup Module" → "config + LXC-container backup manager" - secubox-config-advisor: "Config-advisor Module" → "security configuration audit + recommendations" - secubox-iot-guard: "Iot-guard Module" → "IoT device discovery + segmentation" - secubox-localrecall: "Localrecall Module" → "on-box AI memory store" - secubox-tor: "Tor Module" → "Tor relay + hidden-services manager" - secubox-vortex-firewall: "Vortex-firewall Module" → "nftables threat-feed enforcer" LXC-service apps: - secubox-gitea: "Gitea Module" → "self-hosted Git server (LXC)" - secubox-nextcloud: "Nextcloud Module" → "self-hosted file sync + collaboration (LXC)" Side fixes: - Maintainer corrected from "SecuBox <dev@secubox.local>" to "Gerald KERMA <devel@cybermind.fr>" on config-advisor, iot-guard, localrecall (3/8 had the placeholder). Patch-version bump on each so apt sees the metadata change. 16 files, +106/-19. No code/endpoints/services/menu changes. All changelogs parse cleanly. After this commit + #383 + #385 + #386 + #382 land, NO secubox-* package on master ships an "X Module" placeholder headline anymore. Audit-doc consolidation work complete.
17 lines
650 B
Plaintext
17 lines
650 B
Plaintext
Source: secubox-nextcloud
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Gerald KERMA <devel@cybermind.fr>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.6.2
|
|
|
|
Package: secubox-nextcloud
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, secubox-core (>= 1.0.0)
|
|
Description: SecuBox Nextcloud — self-hosted file sync + collaboration (LXC)
|
|
Manages a Nextcloud server (file sync, calendar, contacts,
|
|
collaborative editing) running in its own LXC container. SecuBox
|
|
wires up nginx vhost, ACME TLS, SSO via secubox-authelia (SSO
|
|
cookie scope per #272), backup integration, and a web management
|
|
dashboard around the upstream Nextcloud install.
|