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 - v3.9.0-rc.2

Published by andrasbacsai about 2 years ago

Testing Prisma with node-slim.

coolify - v3.9.0-rc.1

Published by andrasbacsai about 2 years ago

Testing release candidate.

coolify - v3.8.9

Published by andrasbacsai about 2 years ago

Oh God… Prisma…

coolify - v3.8.8

Published by andrasbacsai about 2 years ago

Revert Prisma version to 3.15

coolify - v3.8.7

Published by andrasbacsai about 2 years ago

Fix null value with pullrequestid.

coolify - v3.8.6

Published by andrasbacsai about 2 years ago

Fixes

  • Fix the new destination link, thanks to @luhagel!
  • Update the Prisma version to 4.2!
  • GitLab apps do not show up correctly.

Improvements

  • Refactor code

Documentation

  • Added contribution guide!
coolify - v3.8.5

Published by andrasbacsai about 2 years ago

Fixes

  • Node cache buildpack is now copying everything from source dir.
  • White labeled icon on navbar.
  • Nuxt/Next deployment type is fixed.
coolify - v3.8.4

Published by andrasbacsai about 2 years ago

Fixes

  • Secrets are now decrypted properly after the worker changes.
  • Team switching initiated when the current team is deleted.
  • Storage cleanup cleans up build caches as well.
  • PR deployments fixed.

UI

  • Dashboard tweaks.
coolify - v3.8.3

Published by andrasbacsai about 2 years ago

Fixes

  • Secrets decryption fixed
coolify - v3.8.2

Published by andrasbacsai about 2 years ago

Fixes

  • Redesigned the worker jobs queue (purpose to deploy applications).
    It solves a lot of bugs, with canceling jobs in the queue, auto update Coolify instance, etc. Also, Coolify is less CPU & memory intense, as it reuses Prisma Engine in workers. (starting a Prisma Engine is a CPU and memory-intensive task)

UI

  • New dashboard, thanks to @kaname-png! πŸ™
coolify - v3.8.1

Published by andrasbacsai about 2 years ago

Fixes

  • Prevent deadlock of stuck deployments - improve canceling jobs.
coolify - v3.8.0

Published by andrasbacsai about 2 years ago

Features

Fixes

  • Re-added build log streaming (deactivated because of remote docker engine, but now it is working again).
  • Dashboard view for non-root users is looks better now.
  • Closes #552
  • Closes #553
coolify - v3.7.0

Published by andrasbacsai about 2 years ago

Features

  • New service: Glitchtip! Thanks to @MrSquaare

Fixes

  • Closes #548
coolify - v3.6.0

Published by andrasbacsai about 2 years ago

Features

  • Able to import any public repositories from GitHub and GitLab! πŸŽ‰
  • Support PORT environment variable. The port configuration on the UI will be added as PORT env variable, so you can use it to set the listening port dynamically.
  • If your application is running, you can force rebuild it with a button (no cache is used in this case).

Fixes

  • UI fixes here and there.
coolify - v3.5.2

Published by andrasbacsai about 2 years ago

  • Closes #391
  • Closes #453
coolify - v3.5.1

Published by andrasbacsai about 2 years ago

Fixes

  • Revert docker compose version to 2.6.1 and trim secret values to prevent extra space.
    Closes #542
coolify - v3.5.0

Published by andrasbacsai about 2 years ago

Features

  • Deploy application without a domain! πŸ₯³ You can host any kind of bot through IP:PORT. πŸ€–
  • Custom DNS servers. You can specify a DNS server to check your domain names against.

Fixes

  • Auto updater and auto cleanup jobs caused infinitely queued deployments. Fixed.
coolify - v3.4.0

Published by andrasbacsai about 2 years ago

Features

  • New Service: AppwriteπŸŽ‰
  • New Buildpack(beta): herokuπŸŽ‰ (it needs to be tested with different kind of codebases)

New service versions

  • Hasura

Fixes

  • WordPress is now available on ARM.
  • Service layout page is fixed.
  • Some code improvements in stopping a service.
coolify - v3.3.4

Published by andrasbacsai about 2 years ago

Fixes

  • Closes #535
coolify - v3.3.3

Published by andrasbacsai about 2 years ago

Fixes

  • Postgresql on ARM had different env variables.