Infrastructure Dashboard Documentation
The homepage is a live cloud-management style dashboard, not a static blog page.
Purpose
The dashboard lets a user open the VPS public IP and immediately understand what the server is running: OS, Docker, containers, Kubernetes readiness, Nginx, SSL, monitoring, network interfaces, software and future domains.
Live Data Sources
/proc -> CPU, memory, uptime, network stats /sys/class/net -> interfaces /etc/os-release -> Ubuntu version /var/lib/dpkg/status -> installed software /var/run/docker.sock -> Docker status and containers /etc/nginx/ssl -> SSL status
Routes
/ -> dashboard HTML /api/status -> live JSON status /health -> health check
Design Requirements Met
- Modern dark/light UI
- Animated cards and background
- Live chart
- Responsive layout
- Status cards for all platform components
- Future expansion sections