mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-28 21:17:36 +00:00
- Implement Merger with Resolve() for inheritance chain - Merge packages, kernel, services, sysctl, features - Add tier-lite, tier-standard, tier-pro profiles - Handle excluded packages removal Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
396 B
YAML
26 lines
396 B
YAML
# profiles/tier-standard.yaml
|
|
name: tier-standard
|
|
inherits: base
|
|
description: For 4GB RAM devices
|
|
|
|
constraints:
|
|
min_ram: 4G
|
|
max_ram: 8G
|
|
|
|
packages:
|
|
required:
|
|
- secubox-crowdsec
|
|
- secubox-wireguard
|
|
- secubox-netmodes
|
|
- secubox-nac
|
|
- secubox-dpi
|
|
- secubox-qos
|
|
- secubox-waf
|
|
- secubox-haproxy
|
|
- secubox-vhost
|
|
|
|
features:
|
|
dpi: mirror
|
|
lxc: true
|
|
swap: "0"
|