Open Source - DeployHQ Blog

We're avid fans of open source, we use it and contribute hundreds of our own projects to the community. Keep up to date with them all.

Self-Host Ghost CMS on a VPS with Docker

Posted on

Deploy Ghost — the open-source publishing platform — on a VPS with Docker, MySQL, Caddy TLS, Mailgun, and continuous deployment via DeployHQ.

Implementing 12-Factor App Methodology with DeployHQ

Posted on

A practical guide to implementing every 12-Factor App principle in real deployments — from storing config in environment variables and treating logs as event streams, to running admin processes as one-off tasks. Includes code examples and DeployHQ setup for atomic deployments, build pipelines, and multi-environment configuration.