The bmannconsulting.com website
1---
2tags:
3 - selfhosting
4 - PaaS
5link: https://coolify.io
6github: https://github.com/coollabsio/coolify
7---
8Website: <https://coolify.io>
9
10> An open-source & self-hostable Heroku / Netlify / Vercel alternative.
11
12More PaaS-like, git push to deploy.
13
14Backups to any S3-compatible storage.
15
16Paid cloud version, pricing starts at $5/month https://app.coolify.io/
17
18From github README:
19
20> The recommended way to use Coolify is to have one server for Coolify and one (or more) for the resources you are deploying. A server is around 4-5$/month.
21>
22> By subscribing to the cloud version, you get the Coolify server for the same price, but with:
23>
24> - High-availability
25> - Free email notifications
26> - Better support
27> - Less maintenance for you
28
29Note: the [pricing](https://coolify.io/pricing) is gated on managing a number of other servers to deploy to: you have to “bring your own server”.
30
31## Build Packs Supported
32
33> Coolify uses [[Nixpacks]] as build pack by default. Nixpacks detect what kind of application are you trying to deploy and builds it accordingly.
34
35- Nixpacks
36- Dockerfile
37- Docker Image
38
39## Apps
40
41<https://coolify.io/docs/one-click-services>
42
43## Install Tips
44
45You have to set [[Cloudflare]] encryption settings to "Full" to have a wildcard domain work with Coolify.
46
47---
48
49See also: [[CapRover]]