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.

Coolify’s rise to fame, and why it could be a big deal

172 pointsby florianmartens9 months ago

18 comments

ajkjk9 months ago
I feel like it's only possible to get excited about software anymore if it's open source and not in the control of some vendor. Not because I care a lot about the ideology of free software, it's just because the way corporations take over and ruin/sell out everything has been so demoralizing.
评论 #41359216 未加载
评论 #41363817 未加载
评论 #41362167 未加载
评论 #41359664 未加载
ramesh319 months ago
&gt;However, Coolify’s explosive growth in 2024 suggests we’re witnessing a different level of adoption and impact on the wider software community.<p>This worries me about the state of Github more than anything else. For the past couple years now we&#x27;ve been seeing these &quot;viral&quot; repos that catch on for one reason or another, get tens of thousands of stars in a few months (in part due to posts like this), and then languish. Time was that a few thousand Github stars really meant something; that a project had steadily gained support over years and was at a place that was production ready for the masses. Not so anymore.
评论 #41359153 未加载
squidhunter9 months ago
Has anyone tried out Tau [1]? It&#x27;s similar to Coolify but supports multiple nodes which is appealing to me as I have spotty internet and distributing an app across several pi&#x27;s in different locations sounds ideal.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;taubyte&#x2F;tau">https:&#x2F;&#x2F;github.com&#x2F;taubyte&#x2F;tau</a>
评论 #41359641 未加载
thih99 months ago
As an outsider to Vercel, Next.js and server side JS in general, I feel like I&#x27;m missing a lot.<p>&gt; What happened next with Next.js and Vercel is far less magical...<p>What happened - could someone elaborate or share a link?
评论 #41363926 未加载
评论 #41364142 未加载
XCSme9 months ago
I was using <a href="https:&#x2F;&#x2F;caprover.com" rel="nofollow">https:&#x2F;&#x2F;caprover.com</a> but I&#x27;m slowly migrating all services to Coolify.<p>CapRover still has a few things that it does better (better custom-domain support, more 1-click apps, integrated NetData monitoring, etc.), but overall Coolify is a lot more beginner-friendly and simpler to use.
jazzyjackson9 months ago
I liked coolify when I was hosting my wordpress, bitwarden, and a couple of personal projects via github on a VPS, it made the annoying step of getting certs for all the https domains into a one click operation.<p>Once I forgot my password to the admin panel and it just wasn&#x27;t that big of deal to blow away the VPS and set it all up from scratch. Feels good to not be anxious about that.
jaredlunde9 months ago
Shameless plug but I built <a href="https:&#x2F;&#x2F;flexstack.com" rel="nofollow">https:&#x2F;&#x2F;flexstack.com</a> for similar reasons. I wanted a Render&#x2F;Vercel alternative on my own AWS account and all of the other options either didn&#x27;t go far enough or were way too expensive for someone bootstrapping.
评论 #41360610 未加载
评论 #41362183 未加载
zoomzoom9 months ago
At Coherence (withcoherence.com - I&#x27;m a cofounder) we are delivering the open-source benefits of Coolify (less vendor lock-in, cheap hosting costs) via our open-source CNC framework (cncframework.com) while still keeping a hosted SaaS control plane that eliminates the &quot;few hours of fiddling with setup&quot; that the blog author minimizes here. Maintenance and configuration complexity over time (as you customize and use click-ops to configure) are endless, especially as you get more usage or host more projects.<p>Coolify is awesome software, and alongside similar tools like Caprover, Dokku, and Cloud66, it has its role. But for business use-cases I believe that giving up managed cloud services is too big a leap to make sense, and that a middle-ground approach will win in the long term.
评论 #41364632 未加载
评论 #41362948 未加载
muratsu9 months ago
Question for folks who use Coolify in prod, where do you host your stuff and how much is your monthly bill?
kevinak9 months ago
Coolify is awesome! We use it for lots of things at Svelte Society. From self-hosting marketing and analytics to running our own Nextcloud instance as well as a bunch of other stuff.
评论 #41359984 未加载
spikey_sanju9 months ago
We&#x27;ve been using Coolify to power all our products. It&#x27;s a great tool for quickly starting new projects. We&#x27;re very happy with it. We got our servers from Hetzner and we&#x27;re not looking back.
评论 #41361015 未加载
评论 #41364586 未加载
gargan9 months ago
Coolify has enabled me as a technical marketer to self-host with ease. Much cheaper than putting something on Railway too!
emahhh9 months ago
I&#x27;ve been trying Coolify lately and the idea is great. I really hope it gets more support from companies. I wanna see where this project could go.
brailsafe9 months ago
Just an ad, hasn&#x27;t even even been spell checked, c&#x27;mon can we stop with this
评论 #41362881 未加载
Zetaphor9 months ago
I&#x27;m starting to feel like the old man yelling at people to get off my lawn, but I don&#x27;t understand why tools like this are desirable for something as critical as your infrastructure.<p>&gt; Before that, I had only known pain. From renting a server, dockerizing, setting up a proxy, SSL certificates, monitoring—you name it!<p>Is this really so difficult? Especially in the age of docker I&#x27;ve never felt like deploying a new project was more straightforward. I have a handful of docker-compose files that I can copy-paste for any new project that get me spun up with a Node&#x2F;Python server with LetsEncrypt SSL, optionally behind a reverse proxy. It takes me no more than 20 minutes to setup a new project which involves SSH&#x27;ing to the server, copying the files, and updating configs.<p>Why would I ever want to give up that level of control and reliability to saddle myself to a third party who does _magic_ to make my deployments happen? They can change their offering or their pricing at any time, and if I don&#x27;t like it I now have to rip out all of their _proprietary magic_ in order to move to something more sensible.<p>I do think Coolify is an interesting exception as it&#x27;s _self-hosted magic_, but that still leaves me with a single point of failure where I&#x27;m relying on someone else to make sure my backend keeps working. If your Coolify instance ever has a critical failure or your requirements are no longer compatible then you&#x27;re right back to the same problem.<p>Am I out of touch? Are you really spinning up servers so frequently that this type of hard dependency is justified? Or are developers these days the ones who are out of touch (with their backend)?
评论 #41372489 未加载
bottlepalm9 months ago
I feel like Vercel needs VPS options in order to compete with Coolify.
pajeets9 months ago
such a trip, beginning of this year it didnt have that many stars<p>im banned from heztner because my card expired and i coudnt pay invoice, can i register as a company?
oloila9 months ago
Coolify is good, I haven&#x27;t found anything comparable. But it is so dumb silly in case of UX.<p>You switched to static container name for your release? (this turns off rolling updates) - try to find how to switch it back. I&#x27;ve not found.<p>It&#x27;s complicated to understand what happened with your dockerfile build and find an error, because coolify wraps it with docker-compose dockerfile builders.<p>You want to move your deploy to another env? Oh, for some reason you can manage it inside deploy in Resource Operations inside deploy. You want to migrate 10 deploys? Haha, good luck.<p>Also I&#x27;ve met some problems while integrating private gitea with deploy sources for other deploys.<p>So, it&#x27;s complicated and not just works, but there is nothing better