TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Coolify v2 – Open-source and self-hostable Heroku/Netlify alternative

158 pointsby andrasbacsaiabout 3 years ago

17 comments

andrasbacsaiabout 3 years ago
Hey, HackerNews, Andras here!<p>Coolify started because I was just curious if I can make it work for myself. Then after the first release (v1) and after it went a bit viral here, I quickly realized people might like it!<p>Coolify&#x27;s mission is to simplify the building and deployment process of your applications and to be free, open-source, self-hosted and hassle-free, so you only need to concentrate on the code, not the infrastructure. Also, you can quickly spin up databases and other open-source services with just a simple click.<p>In this way, everyone could shape the application! It is built with the community and backed by the community.<p>You may ask, how is it financially sustainable? It is not, at the moment, but it is backed by community and the actual users through OpenCollective. After it went viral on here, lots of VC reached out to me to invest and help to raise a fund. I said no to all of them. That is not the way I would like to grow this project.<p>Features:<p>- Fully automated update process. You get the latest updates every time a new version is published, you just need to click on a button. That&#x27;s all.<p>- Integrated with your favorite GitHub, GitLab hosted and self-hosted instances.<p>- Automatically deploys pull&#x2F;merge requests, so you can quickly review contributions and speed up your teamwork!<p>- You can deploy to Local Docker Engine.<p>- Automatically generates SSL certificates.<p>- Automatically configures a reverse proxy for everything deployed with Coolify.<p>- You can make teams. Each team can only view their own resources.<p>Future plans:<p>- Support Bitbucket and Gitea.<p>- Support Remote Docker Engine, so you can manage several servers from the same Coolify instance.<p>- Support Kubernetes, so you can scale to infinity and beyond!<p>- And more... I have lots of cool features on the table!<p>I love to hear your thoughts, so please, comment below.<p>PS: This is THE side project that caused me to leave a good paying job when the pandemic started. If you&#x27;re interested in the full story, you can read it on my blog: <a href="https:&#x2F;&#x2F;blog.andrasbacsai.com&#x2F;why-did-i-leave-my-stable-job-in-the-middle-of-a-pandemic" rel="nofollow">https:&#x2F;&#x2F;blog.andrasbacsai.com&#x2F;why-did-i-leave-my-stable-job-...</a>
jszymborskiabout 3 years ago
Can&#x27;t immediately tell if this works for deploying with Docker Compose. It&#x27;s my main sticking point with Dokku[0], which I&#x27;ve been finding quite pleasant to work with otherwise.<p>[0] <a href="https:&#x2F;&#x2F;dokku.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dokku.com&#x2F;</a>
评论 #30858319 未加载
评论 #30856920 未加载
moondevabout 3 years ago
After going through the contents of <a href="https:&#x2F;&#x2F;get.coollabs.io&#x2F;coolify&#x2F;install.sh" rel="nofollow">https:&#x2F;&#x2F;get.coollabs.io&#x2F;coolify&#x2F;install.sh</a> it seems to want to overwrite my docker daemon.json, then sets up a UUID for telemetry. I decided to just manually run the docker container (this should be clear in your README, please don&#x27;t try to abstract away what this is doing behind a script)<p>After launch I was then greeted with a login&#x2F;registration page. Seems kind of backwards to require this when you are targeting the self-host crowd. Too much friction to try this out.
评论 #30855876 未加载
评论 #30863886 未加载
评论 #30855609 未加载
评论 #30855719 未加载
jaequeryabout 3 years ago
Hi, trying this out but I&#x27;m getting &quot;503 Service unavailable error&quot; static HTML page Git repo I just added for testing.<p>* Nevermind figured it out, I had to hit &quot;Play&quot; button up top to actually build. :)<p>This is amazing, it auto-picks up Next.js and even Nest.js!
评论 #30856865 未加载
XCSmeabout 3 years ago
How does it compare to <a href="https:&#x2F;&#x2F;www.cloudron.io" rel="nofollow">https:&#x2F;&#x2F;www.cloudron.io</a> or <a href="https:&#x2F;&#x2F;caprover.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;caprover.com&#x2F;</a> ?
tomatowurstabout 3 years ago
im really loving this &quot;self-host&quot; movement. So far I&#x27;ve discovered on github:<p>- self-hosted dynamodb api compatible db<p>- self-hosted S3 api compatible project<p>- self-hosted AWS serverless project<p>does coolify include all of the nuts and bolts, like Netlify functions?<p>My plan is to purchase dedicated servers from Hetzner (open to other suggestions) , harden it (also open to suggestions here), and run these self-hosted BYOC (be your own cloud) solutions.<p>The dream setup would be something that takes away the complexity of AWS IAM roles &amp; permissions, easy configuration of self-hosted AWS API compatible storage, serverless, queue, streaming etc.
评论 #30860073 未加载
评论 #30858756 未加载
josegonzalezabout 3 years ago
Just checking out the repo, is there a summary of whats new in V2? Recent releases have release notes, but the 2.0.0[1] didn&#x27;t.<p>The phrase &quot;build pack&quot; is a bit loaded in the container space - currently that can refer to either Heroku&#x27;s Buildpacks (v2a), Cloudfoundry&#x27;s Buildpacks (v2b), or the new Cloud Native Buildpack[2] initiative (v3). Might be good to rename your feature there (or maybe integrate with CNB?) to reduce any confusion.<p>What do you use for your routing? Seems like haproxy (with some custom generated config), which I think is a great option, though maybe less so for configurability.<p>Overall seems pretty neat. Might be good to add screenshots of functionality to your docs to make it clearer what is supported&#x2F;what isn&#x27;t.<p><pre><code> - [1] https:&#x2F;&#x2F;github.com&#x2F;coollabsio&#x2F;coolify&#x2F;releases&#x2F;tag&#x2F;v2.0.0 - [2] https:&#x2F;&#x2F;buildpacks.io&#x2F;</code></pre>
dangabout 3 years ago
Related:<p><i>Show HN: An open-source, self-hostable Heroku and Netlify alternative</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26624341" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26624341</a> - March 2021 (116 comments)
评论 #30864746 未加载
stefanhaabout 3 years ago
This looks very cool for quickly running your own apps without configuring a server yourself!<p>Does Coolify also host your git repository? I noticed that Gitea is listed as work-in-progress, so maybe there will be not just a Gitea Source but also a Service so you can self-host your own git repos too?<p>Any thoughts on community-contributed buildpacks, databases, and services? At the moment they seem to be hardcoded into the web app. I guess contributors could send a pull request to get them merged into Coolify?
评论 #30864814 未加载
sharemywinabout 3 years ago
is there like a tutorial that walks though the process, step by step, to get like a hello world project hosted some where?
评论 #30855321 未加载
jaequeryabout 3 years ago
This is so cool! For some of the one-off projects, it&#x27;d save a fortune to not have to use AWS.
评论 #30856848 未加载
egberts1about 3 years ago
IaaS, local-Docker-only so far; looks very very promising.<p>worried about other back-end things namely configurability of some and missing things like full-suite SMTP set.<p>But I like the ability to self-host your front-end development team.
mdasenabout 3 years ago
I love these projects and I&#x27;ll definitely look into it more later. At the same time, I think it would be hard for me to want to leave Kubernetes. K8s isn&#x27;t something that I love, but it&#x27;s something that I know works and will continue to be supported in some fashion. I&#x27;ve seen Flynn (<a href="https:&#x2F;&#x2F;github.com&#x2F;flynn&#x2F;flynn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;flynn&#x2F;flynn</a>) EOL. I&#x27;ve seen Docker Swarm&#x27;s future be a bit hazy. I&#x27;ve seen Porter decide to put pretty restrictive limits on their free tier (though it is open source). I&#x27;ve seen Dokku lose steam and then pick up again - but still not be a solution for more than one server.<p>I love the idea of something that will Just Work, but a lot of stuff doesn&#x27;t handle the parts I care about the most. Will my one-click PostgreSQL have a couple replicas in my cluster? Will it launch pg-backrest so I can have it backed up to S3? Will it deal with secret storage so I can just add my secrets in the UI and then have my apps grab those secrets as environment vars? Will it fail-over nicely?<p>Coolify looks really cool and I do want to check it out for real later (probably over the weekend to be realistic). However, it seems like it&#x27;s single-server (for now) and that seems less compelling for me at the moment. It looks like you&#x27;re planning on K8s support which would just be wonderful.<p>Part of me wishes I could get a much simplified UI for K8s. I use Lens at the moment and while it&#x27;s very good, it doesn&#x27;t really smooth over the rough bits of K8s, just kinda organizes and presents them. K8s isn&#x27;t as bad as a lot of people say once you get past the pain of learning. Still, it misses the mark if what you just want a few simple things Heroku-style instead of every bell and whistle. Small users don&#x27;t care about ingress, they just want their app to be accessible. Small users aren&#x27;t interested in namespaces or storage classes or roles. Sure, it&#x27;s important for K8s to support storage classes for large users who might have all sorts of opinions on how they want their data stored. For a small user, you often just want it stored on the local disk.<p>Likewise, I think there&#x27;s a reasonably small set of things people often want to run. For example, the databases Coolify supports (MongoDB, MySQL, PostgreSQL, CouchDB, RedisDB) are probably what 95% of people want. There are K8s operators to run them, but like K8s itself it can often be &quot;here&#x27;s every knob we could think of, we documented 80% of them, now go write some yaml.&quot; Heroku lets me deploy PostgreSQL without that. Why can&#x27;t I get something a bit more slimmed down like Heroku on K8s - so that if I need the additional power in the future, I can get my hands on it.<p>I&#x27;d even love it if this hypothetical K8s Heroku could commit the yaml it is going to apply to a GitHub repository for me so I can easily track infrastructure changes. It would even let people become more comfortable with K8s as they saw the changes they were making in the UI show up as commits in a repository.<p>I think the point of this rambling is that Coolify is kinda what people want from one perspective - something that seems nice and friendly and handle the cases that the vast majority of people need solved. However, it lacks the critical mass of K8s which can always leave its future in doubt (it looks like there are two of you on this project and open source can take a toll on people) and without high-availability&#x2F;multi-server it feels a bit lacking for what so many people are looking for in a self-hosted Heroku. Coolify feels like what I&#x27;m looking for - I just want it with high-availability and the possibility of continuing on even if the project shuts down (because I can just use an underlying K8s layer, not because it&#x27;s open source and I could become the new maintainer).<p>It feels like there&#x27;s two camps that don&#x27;t talk to each other: awesome UX people who know what people want and people building solutions that companies want while scaling up (but end up with a bit of a UX mess).
评论 #30858421 未加载
评论 #30864738 未加载
评论 #30857725 未加载
RadixDLTabout 3 years ago
very cool, I recommend adding a loading icon when saving or creating services, apps so I don&#x27;t have to wait in silence
评论 #30858739 未加载
jdthediscipleabout 3 years ago
ASP.NET not supported? Been looking for a way to self-host my asp app.net based app ... guess Imma go cry in the corner ...
评论 #30855315 未加载
ibdfabout 3 years ago
Any hidden pricing page anywhere?
评论 #30855910 未加载
RadixDLTabout 3 years ago
does docker slowdown the server if you have too many images running?
评论 #30864769 未加载