fix: add missing packages to firmware build and update release notes
- Added luci-app-traffic-shaper to firmware configuration - Added luci-app-ksm-manager to firmware configuration - Updated release notes to include all 15 SecuBox modules organized by category - Ensures complete SecuBox suite is pre-installed in firmware images 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
1e9bc16aa7
commit
058df6c6e9
33
.github/workflows/build-secubox-images.yml
vendored
33
.github/workflows/build-secubox-images.yml
vendored
@ -309,11 +309,13 @@ jobs:
|
|||||||
|
|
||||||
# SecuBox packages - Bandwidth & Traffic
|
# SecuBox packages - Bandwidth & Traffic
|
||||||
CONFIG_PACKAGE_luci-app-bandwidth-manager=y
|
CONFIG_PACKAGE_luci-app-bandwidth-manager=y
|
||||||
|
CONFIG_PACKAGE_luci-app-traffic-shaper=y
|
||||||
CONFIG_PACKAGE_luci-app-media-flow=y
|
CONFIG_PACKAGE_luci-app-media-flow=y
|
||||||
|
|
||||||
# SecuBox packages - Performance & Services
|
# SecuBox packages - Performance & Services
|
||||||
CONFIG_PACKAGE_luci-app-cdn-cache=y
|
CONFIG_PACKAGE_luci-app-cdn-cache=y
|
||||||
CONFIG_PACKAGE_luci-app-vhost-manager=y
|
CONFIG_PACKAGE_luci-app-vhost-manager=y
|
||||||
|
CONFIG_PACKAGE_luci-app-ksm-manager=y
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
- name: Add device-specific packages
|
- name: Add device-specific packages
|
||||||
@ -825,14 +827,29 @@ jobs:
|
|||||||
| MOCHAbin | Armada 7040 | 4-8GB | Quad-core + 10G |
|
| MOCHAbin | Armada 7040 | 4-8GB | Quad-core + 10G |
|
||||||
|
|
||||||
## Pre-installed SecuBox Modules
|
## Pre-installed SecuBox Modules
|
||||||
|
|
||||||
- luci-app-crowdsec-dashboard
|
**Security & Access Control:**
|
||||||
- luci-app-netdata-dashboard
|
- luci-app-auth-guardian - Authentication & session manager
|
||||||
- luci-app-netifyd-dashboard
|
- luci-app-client-guardian - NAC & captive portal
|
||||||
- luci-app-wireguard-dashboard
|
- luci-app-crowdsec-dashboard - CrowdSec security monitoring
|
||||||
- luci-app-network-modes
|
- luci-app-ksm-manager - Key storage & HSM
|
||||||
- luci-app-client-guardian
|
- luci-app-netifyd-dashboard - Deep packet inspection
|
||||||
- luci-app-system-hub
|
|
||||||
|
**Monitoring & Analytics:**
|
||||||
|
- luci-app-media-flow - Media traffic detection
|
||||||
|
- luci-app-netdata-dashboard - System monitoring
|
||||||
|
|
||||||
|
**Network Management:**
|
||||||
|
- luci-app-bandwidth-manager - QoS & bandwidth quotas
|
||||||
|
- luci-app-cdn-cache - CDN proxy cache
|
||||||
|
- luci-app-network-modes - Network mode configuration
|
||||||
|
- luci-app-traffic-shaper - Advanced traffic shaping
|
||||||
|
- luci-app-wireguard-dashboard - WireGuard VPN
|
||||||
|
|
||||||
|
**System & Services:**
|
||||||
|
- luci-app-secubox - Central management hub
|
||||||
|
- luci-app-system-hub - System control center
|
||||||
|
- luci-app-vhost-manager - Virtual host manager
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user