coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
32.07k stars 1.66k forks source link

Terminal fixes #3574

Closed LEstradioto closed 1 day ago

LEstradioto commented 2 days ago

Changes

Issues


My thoughts on this is that we have some frontend syncing problems. So, now we have idempotency.

And it is a good start to add future scripts

andrasbacsai commented 1 day ago

Thank you for the PR!

I tried to implement proper stty resizing by executing stty cols <number> rows <number> but I could not find a way to do it. if you are in the shell, it works, but if you have for example top running interactively, then it does not work (obv).