Coolify is a self-hosted PaaS (Vercel/Netlify alternative) that deploys applications, databases, and services on your own infrastructure. It provides a REST API for programmatic control, supports multiple build packs, and uses Traefik for reverse proxy and SSL.
When to use: Deploying applications to self-hosted infrastructure, managing databases and services through API, automating deployments via CI/CD, self-hosting without vendor lock-in.
When NOT to use: Initial Coolify server installation (use the official install script via browser), managing Coolify's own infrastructure (Postgres, Redis — managed internally), or when a managed platform (Vercel, Railway) meets your needs without self-hosting requirements.
REST API と Git 統合を介してアプリケーション、データベース、サービスをデプロイするための Coolify セルフホスト型 PaaS。 API 認証、デプロイメント トリガー、ビルド パック (Nixpacks、Dockerfile、Compose)、GitHub Actions Webhook を使用した CI/CD、環境管理、Traefik プロキシ構成について説明します。 Coolify へのアプリのデプロイ、API 経由でのデプロイのトリガー、ビルド パックの構成、GitHub Actions CI/CD パイプラインの設定、環境変数の管理、またはデプロイの失敗のトラブルシューティングを行うときに使用します。 ソース: oakoss/agent-skills。