
Self-Hosting a Heroku-Style PaaS on Your VPS with Coolify
How to run Coolify on a VPS to deploy git repos, databases, and apps with automatic HTTPS, the Heroku way, on your own server.

Running CI/CD runners on the same VPS as GitLab and when it breaks
A practical guide to running GitLab CI/CD runners on the same VPS as your GitLab instance, when resource contention hits, and how to know it's time to separate runners onto dedicated infrastructure.

Self-hosted GitLab CE: minimum viable server spec
This guide lays out the real minimum server requirements to run GitLab CE without constant OOM kills, swapping, or timeouts, and matches the spec to a suitable VPS plan.

Scheduling long-running automation jobs on a server you control
Learn how to run persistent automation workflows using systemd timers, cron, and supervision on your own VPS. Practical guide with real commands for restart-on-failure and process control.