Skip to content

Releases: crybe/ProjectOperationCenter

v2.5.5 – Public Baseline Release

Choose a tag to compare

@crybe crybe released this 09 May 23:48
Immutable release. Only release title and notes can be modified.

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
  • .gitignore hardened for keys, certs, archives and secrets
  • SECURITY.md expanded 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 --build

Note: 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.