coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.

APACHE-2.0 License

Stars
14.8K
Committers
232

Bot releases are hidden (Show)

coolify - v2.9.7

Published by andrasbacsai over 2 years ago

Fixes

  • Plausible analytics custom script name fixed with Traefik.

UI

  • Improvement of choosing GitLab repository. Thanks to @titouanmathis
coolify - v2.9.6

Published by andrasbacsai over 2 years ago

Fixes

  • Fider env variable changed.
  • pnpm commands fixed.
coolify - v2.9.5

Published by andrasbacsai over 2 years ago

Fix argument missing from stopping proxy for databases.

coolify - v2.9.4

Published by andrasbacsai over 2 years ago

Fixes

  • Revert GitHub and GitLab cloning process as it does not solve the initial issue but causes one.
  • Demo version forms are correctly saved.
coolify - v2.9.3

Published by andrasbacsai over 2 years ago

Fixes

  • Git submodule clone fixed.
  • Coolify Proxy reconfiguration fixed.
coolify - v2.9.2

Published by andrasbacsai over 2 years ago

Fixes

  • Traefik - trust proxy configuration.
  • Traefik - remove insecure API configuration.
  • Traefik - Force restart traefik.
  • Submodule host verification fix, hopefully?
coolify - v2.9.1

Published by andrasbacsai over 2 years ago

Fix new GitHub source issue.

coolify - v2.9.0

Published by andrasbacsai over 2 years ago

Features

In this update, the proxy is automatically reconfigured to Traefik from HAProxy.

This reconfiguration takes a few minutes, but everything would come back online. The longest part is getting SSL certificates.

Why do I change it?

Traefik uses 10x less memory and is able to add non-Coolifyed applications easily through Docker discovery.

Important things.

  • If you still would like to use HAProxy, you can switch back in the Settings menu.
  • MinIO has a breaking change. After the update, You can use different URLs for the API and Console, and it needs to be configured and use the API through HTTPS (this was not possible before!)

Fixes

  • Exposed ports need to be inside the required interval.
  • Github token is refreshed when you change the git source.
  • Demo instance fixes.
  • Other minor fixes.

UI

  • Page loader between route changes.

And some community PRs! ❤️

coolify - v2.8.2

Published by andrasbacsai over 2 years ago

Fixes

  • Wrong buildpack for Gatsby.
coolify - v2.8.1

Published by andrasbacsai over 2 years ago

Fixes

  • UI fixes here and there.
  • Default python package changed.
  • Readme updates.
  • WP user modification is now working.
coolify - v2.8.0

Published by andrasbacsai over 2 years ago

Features

  • Basic real-time server usage on the dashboard.
  • Could set a custom path for Plausible Analytics collector script to prevent blocked by adblockers. Related discussion.
  • Able to define remote / your own database for WordPress.
  • Python image selection.

Fixes

  • Docker buildpacks should not have a base image.
  • Default package manager for some buildpacks is fixed.
  • Exposed ports for services are now working.

UI

Small modifications here and there. 😃

coolify - v2.7.0

Published by andrasbacsai over 2 years ago

Features

  • New Database: MariaDB!
    • Thanks to @Cyril-Beeckman for the PR!
  • Ability to expose ports to the host system! Useful if you use a different proxy or have non-docker-based applications on the server.
    • Thanks to @CharcoalStyles for the PR!

Community improvements

  • Issue templates!
    • Thanks to @vasani-arpit for the PR!

Fixes

  • DNS check on URL set to prevent unnecessary errors.
  • Cancel old jobs.
  • Disable Sentry for now.
coolify - v2.6.3

Published by andrasbacsai over 2 years ago

Fixes

  • Node version selection was missing for some buildpacks
coolify - v2.6.2

Published by andrasbacsai over 2 years ago

Fixes

  • Webhook build images are not gathered.
coolify - v2.6.1

Published by andrasbacsai over 2 years ago

Fixes

  • SSL renewal process had a small bug. Now it works correctly!
  • Update auto-update env variable if it's changed in the settings menu.
coolify - v2.6.0

Published by andrasbacsai over 2 years ago

Features

  • New BuildPack: Laravel
  • New Service: Hasura
  • New Service: Fider
  • Able to cancel running builds!
  • Base image/base build image selector for applications!!
  • Gzip compression is added globally to all types of resources!
  • Disable DNS check for SSL certificate generation. Useful if you are using a proxy or tunnel in front of Coolify.
  • See logs of every resource on the UI!

Fixes

  • Added Readme for the new services. Thanks to @KayhanB#5154! 🎉
  • Unami SVG was oversized a bit.

Improvements

  • The switching team moved under the IAM menu to have a cleaner UI.
  • Cleanup is only executed in case of disk usage is more than 80%. It will improve build times by not deleting caches so often.

The ARM version is a bit later, because there is something wrong during build.

coolify - v2.5.2

Published by andrasbacsai over 2 years ago

Features

  • New service: Umami.is
  • TEST: Auto-updater for Coolify

Fixes

  • Reactivate postgres user password
  • Contribution guide updated
coolify - v2.5.1

Published by andrasbacsai over 2 years ago

Features

  • Huge shoutout to @restray for i18n support (not visible yet, but the base is in the codebase).

Fixes

  • Application logs are not good in reverse mode. Reverting that one.
  • Better application log query mechanism.
  • Cleanup tokens on team switching.
coolify - v2.5.0

Published by andrasbacsai over 2 years ago

Features

  • Deno build pack! 🦖 Thanks to @lichtscheu
  • Show exited container logs to debug why it's failing.

Fixes

  • Show correct branch on build logs view.
  • Better UX on saving applications.
  • Contribution guide extended with 'How to add a service'.
coolify - v2.4.11

Published by andrasbacsai over 2 years ago

Features

  • Persistent storage for services.
  • Able to set Dockerfile location for Docker build packs.

Fixes

  • Using the right version of certbot for ARM.
  • If buildlog is not a string, do not change sensitive data.
  • Application logs are paginated on the frontend.
  • All service tags are checked for a new version on restart.