Mooving away from Coolify

At Bixoto we have a lot of apps deployed using Dokku and we are very happy with it. However, for some complex apps we would like to be able to use docker-compose.yml files, but Dokku doesn’t support them. Back in February, we deployed a Coolify instance on a new server. Coolify looked like a good … Read more

Serve localhost with HTTPS using a single command

Serving localhost with HTTPS is a common need while developping a Web application that needs resources from another host, but it’s cumbersome because of the CORS issues and the need to install self-signed certificates or disable security features in the browser. Thankfully, Pierre-Mikael Legris, a developer in Switzerland, recently released Backloop.dev: the DNS entries for … Read more