I was also looking at alternatives - K8S-based - https://github.com/cozystack/cozystack https://github.com/kubero-dev/kubero https://github.com/pluralsh/plural DCR-based - https://github.com/coollabsio/coolify https://github.com/dokku/dokku/ https://github.com/Dokploy/dokploy https://github.com/swiftwave-org/swiftwave Most of these projects are maintained by a single maintainer; for business critical apps look elsewh…
Because businesses always support their software better than individuals?
Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
31–40 of 186 posts
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#32Earlier quoted context omitted.
Because businesses always support their software better than individuals?
The amount of random 1 man opensource projects holding up industries is shocking XD
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#33Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#34Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#35It's honestly a shocker to me. There's so much knowledge about the stack that gets lost with these services.
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#36Earlier quoted context omitted.
Heroku has been around for ~17 years at this point. Why do you think it disappears in the next 10?
Right, it should say that Heroku has already disappeared. It's still there but feels like something different from what it once was.
Right now I’m in the progress of rolling out a new platform powered by Cloud Native Buildpacks that allow you to build an OCI image locally. Here’s some language specific getting started (local) tutorials https://github.com/heroku/buildpacks#heroku-cloud-native-bui...
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#37I've been using Coolify for about a year now and have been very happy with it. It's really low maintenance, it has built in backups for your apps and databases, decent security by default, and is super easy to use. I log into the underlying VMs once per month to do an apt update/upgrade, and that's about it.
Just curious as the stated reason for the stated reason would become almost unnecessary with that
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#38I don't mean it as discouragement but, at least for me, I would choose Heroku or Netlify because I don't want to self host it. I want someone else to manage all those bits for me. It's good experience building the app though and good to have alternatives available.
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#39Earlier quoted context omitted.
Right, it should say that Heroku has already disappeared. It's still there but feels like something different from what it once was.
I work there. We are still around. Maybe not making waves as much as we used to but still hacking on stuff. Right now I’m in the progress of rolling out a new platform powered by Cloud Native Buildpacks that allow you to build an OCI image locally. Here’s some language specific getting started (local) tutorials https://github.com/heroku/buildpacks#heroku-cloud-native-bui...
Nice to hear about the buildpacks. I use Containerfiles but since switching to Podman and Fedora/RockyLinux I've seen stuff about OpenShift which supports buildpacks. https://github.com/sclorg/s2i-base-container/