From b78431ff19dff105d48e1a7c3c5d61e9a833e8b3 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 26 Dec 2025 13:49:00 +0100 Subject: [PATCH] release: luci-app-system-hub v0.0.1-alpha - Initial Release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- luci-app-system-hub/Makefile | 2 +- luci-app-system-hub/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-system-hub/Makefile b/luci-app-system-hub/Makefile index e91348b0..0016058a 100644 --- a/luci-app-system-hub/Makefile +++ b/luci-app-system-hub/Makefile @@ -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 diff --git a/luci-app-system-hub/README.md b/luci-app-system-hub/README.md index a2652840..adbf061f 100644 --- a/luci-app-system-hub/README.md +++ b/luci-app-system-hub/README.md @@ -442,4 +442,4 @@ SecuBox Project ## Version -1.0.0 +0.0.1-alpha