Releases: crybe/ProjectOperationCenter
Releases · crybe/ProjectOperationCenter
Release list
v2.5.5 – Public Baseline Release
Tactical Dashboard v2.5.5 – First Public Release
This is the first public baseline release of the Antigravity Tactical Dashboard (Nexus Command Hub) — a self-hosted homelab control center for system metrics, Docker management, Growbox hardware telemetry and AI-assisted workflows.
Key Features
- Tactical UI: Glassmorphism design with high-contrast panels and emerald color scheme
- Growbox HUD: AC Infinity integration via Prometheus/Webhooks (VPD, temp, humidity, lamp control)
- Docker Orchestration: Real-time container monitoring and control (Start/Stop/Restart)
- AI Integration: Groq, Gemini, and OpenRouter support for system analysis and autonomous tasks
- P.I.G.E.O.N. Failguard: Integrated security monitoring, IP banning and rate limiting
- Responsive: Optimized for both mobile and desktop viewports
Security Hardening (this release)
- Traceback leak removed from production error handler
- Internal hostnames sanitized from all public files
- Hardcoded fallback secrets replaced with neutral placeholders
.gitignorehardened for keys, certs, archives and secretsSECURITY.mdexpanded with Docker socket and public exposure guidance- MIT License added
Setup
git clone https://github.com/crybe/ProjectOperationCenter.git
cd ProjectOperationCenter
cp .env.example .env
# Configure your secrets in .env
docker compose up -d --buildNote: Do not expose this dashboard directly to the public internet. Use a VPN or authenticated reverse proxy.
See README.md and SECURITY.md for full details.