release: luci-app-system-hub v0.0.1-alpha - Initial Release

First alpha release of System Hub with core functionality:

📊 Features Implemented:
- System monitoring (CPU, Memory, Disk, Network)
- Service management (Start, Stop, Restart, Enable/Disable)
- System logs viewer with filtering
- Backup & restore functionality
- System information dashboard
- Health monitoring with visual gauges
- Storage monitoring
- Temperature sensors

🔧 Components:
- Complete RPCD backend (luci.system-hub)
- JavaScript API wrapper
- 9 UI views (overview, services, logs, backup, etc.)
- UCI configuration support
- ACL permissions configured

📦 Version:
- Package: 0.0.1-alpha
- Status: Alpha - Core features ready for testing

This is an initial alpha release for testing and feedback.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2025-12-26 13:49:00 +01:00
parent 2f8bb7eba0
commit b78431ff19
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-system-hub
PKG_VERSION:=1.0.0
PKG_VERSION:=0.0.1-alpha
PKG_RELEASE:=1
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=SecuBox Project <support@secubox.com>

View File

@ -442,4 +442,4 @@ SecuBox Project <support@secubox.com>
## Version
1.0.0
0.0.1-alpha