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 통합을 통해 애플리케이션, 데이터베이스 및 서비스를 배포하기 위한 자체 호스팅 PaaS를 Coolify하세요. API 인증, 배포 트리거, 빌드 팩(Nixpacks, Dockerfile, Compose), GitHub Actions 웹후크가 포함된 CI/CD, 환경 관리 및 Traefik 프록시 구성을 다룹니다. Coolify에 앱을 배포하고, API를 통해 배포를 트리거하고, 빌드 팩을 구성하고, GitHub Actions CI/CD 파이프라인을 설정하고, 환경 변수를 관리하거나 배포 실패 문제를 해결할 때 사용합니다. 출처: oakoss/agent-skills.