Skip to content

VPS

A centralized infrastructure for hosting, monitoring and maintaining my web services.

Since 2023Personal
NginxPM2Uptime Kuma

Context

I administer a VPS to host my applications and web services on infrastructure I control. This project brings deployment, traffic routing and service monitoring together in one place.

Architecture

  • Nginx receives requests and routes them to the right service as a reverse proxy.
  • PM2 starts and supervises Node.js applications, centralizes their logs and makes restarts easier.
  • Uptime Kuma checks service availability and reports interruptions.

Operations

I manage service configuration, updates, process tracking and log analysis. Uptime Kuma checks provide an immediate view of the infrastructure and make it possible to react when a service stops responding.

Outcome

This VPS provides a consistent environment for publishing my projects and tracking how they run. It lets me practice system administration beyond developing the applications themselves.

Back to projects