I highly recommend coolify. Been hosting it on a dedicated server with 16 core and 64 GB ram and it powers following things for me right now - prefect for ai and other automations. - metabase - postiz - open webui - jupyter notebook - few experimental Db backup is an issue but the best way I have found is to create a dedicated folder for your containers volume and edit docker compose in coolify UI to use this path fo…
Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
161–170 of 186 posts
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#162Earlier quoted context omitted.
Yes, you can move or clone to a separate server with a single click. Only volumes are not currently supported when doing this.
How? I can't find it in the docs.
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#163Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#164Tried it for a bit. Paid one month of the subscription. The dashboard is incredibly clunky and at the time they didn't have SSL for db connections (not sure about now). A lot of stuff you need to know what you're doing like configuring tags for Traefik etc. The deal breaker was it didn't have zero downtime deploys. Any pending request when you update an app is simply killed. I was expecting something like Heroku or V…
After trying coolify I went to dokploy which makes more sense to me and doesn't have any upsells
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#165I have a big issue with any self hosted alternative to name your paas here . Every time I try one I find myself maintaining the PaaS instead of maintaining my app, which defeats the whole purpose of a PaaS
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#166Earlier quoted context omitted.
A new UI is being planned and developed as we speak, so the UI/UX will improve a lot. PHP has nothing to do with this.
By PHP I meant more that it causes full page renders (ie server side rendered) vs client side rendered frameworks like React.
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#167Earlier quoted context omitted.
That is true, Coolify supports magic variables to make your life easier by automatically creating values like passwords and URLs, but you are not forced to use them, it is just there to make your life easier, some improvements to the naming and docs for the magic vars are planned.
Those "magic variables" have caused more pain than being helpful. - Added 8 variables inside docker-compose, only 7 get recognized - Why my docker-compose works locally and not on Coolify? Oh yeah it has its own network stuff. Then tell me beforehand! - Error messages like "Oops something is not okay, are you okay?" 0% helpful information, 100% condescending crap I'm not sure why this software keeps getting recommend…
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#168Tried it for a bit. Paid one month of the subscription. The dashboard is incredibly clunky and at the time they didn't have SSL for db connections (not sure about now). A lot of stuff you need to know what you're doing like configuring tags for Traefik etc. The deal breaker was it didn't have zero downtime deploys. Any pending request when you update an app is simply killed. I was expecting something like Heroku or V…
Kamal has a lot of rough edges (still can’t support custom certs for example) but is still a far more mature solution. It does less but better.
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#169I've been fascinated by how little developers know how to take a service they have, and make it accessible on something like their home network. It's honestly a shocker to me. There's so much knowledge about the stack that gets lost with these services.
It’s because by and large, web devs do not know computing fundamentals, because they’ve had no reason to learn them. If your language handles memory management for you, why would you learn about it? If poor performance in your app can be dealt with by spinning up more copies of it, why would you spend time profiling your code? And, explicitly to your point, if networking can be hand-waved away by tools like ngrok, wh…
Re: Coolify: Open-source and self-hostable Heroku / Netlify / Vercel alternative
#170Earlier quoted context omitted.
Me neither. I found this https://github.com/Geczy/coolify-migration but if there's a native way to do it that would be great.
Full instance migration is in development but not yet released.