coolify

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

APACHE-2.0 License

Stars
14.8K
Committers
232

Bot releases are visible (Hide)

coolify - v3.3.2

Published by andrasbacsai about 2 years ago

Fixes

  • Debounce dashboard resource status request.

UI

  • New dashboard layout fixed.
coolify - v3.3.1

Published by andrasbacsai about 2 years ago

Fixes

  • Empty buildpack icons fixed
coolify - v3.3.0

Published by andrasbacsai about 2 years ago

Features

  • Native Database support for ARM!
  • New dashboard!

Fixes

  • Enterprise GH apps have different repository links. Fixed it.
coolify - v3.2.3

Published by andrasbacsai about 2 years ago

Fixes

  • Stucked Prisma Engines are cleared automatically - Closes #509
  • docker compose v2.7 introduced a bug/feature (not sure which one), that env variables parsed differently.
coolify - v3.2.2

Published by andrasbacsai about 2 years ago

Fixes

  • Fastify env schema
  • Default network for remote engines
coolify - v3.2.1

Published by andrasbacsai about 2 years ago

Fixes

  • Closes #526
  • Closes #528
coolify - v3.2.0

Published by andrasbacsai about 2 years ago

General

  • Dropped out AGPL license to the bin! Welcome the new Apache 2.0 license! 🀩

Features

  • Remote Docker Engine! πŸ₯³πŸŽ‰πŸͺ…
  • Updated Traefik version to 2.8. You need to manually restart the proxy to get the new version.
  • Updated available Services/Databases versions.
  • Updated docker compose to 2.7.0.
  • Updated dependencies to the latest versions.
  • Be able to remove PR/MRs manually.

Fixes

  • GitHub Enterprise instance has a different URL for installing repositories.
  • API error message fixed. Thanks to @jesperordrup!
  • Node version changer fixed.
  • Fider env variables are now not forced to lowercase.
  • Latest Alpine image is used.

Other

  • UI improvements here and there.
  • Changed lots of components to DaisyUI!
  • Added financial contributors to README.md.
  • Added the new GitHub Sponsors.
coolify - v3.1.4

Published by andrasbacsai about 2 years ago

Fixes

Quick fix for Fider’s default BASE_URL environment variable.

coolify - v3.1.3

Published by andrasbacsai over 2 years ago

Fixes

  • If git does not change and the image exists locally, do not rebuild the application; just use the existing image.
  • Gitpod URLs fixed for development.
  • Self-hosted GitLab instances custom API URL fixed.
  • Readonly field on application view.

Other

  • More types to API.
  • GH action for staging release.
coolify - v3.1.2

Published by andrasbacsai over 2 years ago

Fixes

  • Root user password reset should not timeout.
  • Double configured branches will turn off auto deployments for all applications configured with the same repository.
  • Fix message for double branches.
coolify - v3.1.1

Published by andrasbacsai over 2 years ago

Fixes

  • GitPod is now fully integrated.
  • Cleanup storage less often (only if the storage usage is more than 80%).
  • Add a button on the dashboard to manually clean up the storage.
  • Reset password button fixed.
coolify - v3.1.0

Published by andrasbacsai over 2 years ago

Features

  • Able to define which version of NextJS / NuxtJS you would like to build. Static or Node (server) based.
  • Able to define custom ports for self-hosted Git instances.
  • Able to define a port mapping for docker-based build pack.

Fixes

  • Permission issues.
  • White labelled version.
  • Deno buildpack cache is now working perfectly - Thanks to @MarcosNBJ!
  • Do not run a cleanup and build in parallel. Cleanup should wait for an empty build queue.
  • WordPress FTP fixes.
  • Pagination for GitLab instances.
  • Service domain checker query fixes.
  • Able to run v3 in GitPod!
coolify - v3.0.3

Published by andrasbacsai over 2 years ago

Fixes

  • Domain check function fixed.
  • Add trustProxy to Fastify.
coolify - v3.0.2

Published by andrasbacsai over 2 years ago

Fixes

  • New destinations could be created now.
  • Initial loading state was wrong on newly created resources.
coolify - v3.0.1

Published by andrasbacsai over 2 years ago

Fixes

  • Seeding script fixed for newly installed instances.
  • Version bump mechanism changed.
coolify - v3.0.0

Published by andrasbacsai over 2 years ago

Version 3 contains mainly codebase changes and no new features.

As this is a huge change, bugs could occur, please contact me!

Why?

All changes allow integrating 3rd party software, webhooks, and lots of cool stuff into/with Coolify.

Changes

  • Separated UI from API. UI is still SvelteKit, API is now based on Fastify v4.
  • Switched from BullMQ queue system to BreeJS job scheduler.
  • [DEPRECATED] Haproxy. Only Traefik is available as a reverse proxy.
coolify - v2.9.11

Published by andrasbacsai over 2 years ago

Fixes

  • Be able to change database and service versions/tags
coolify - v2.9.10

Published by andrasbacsai over 2 years ago

Fixes:

  • New version of Postgresql that fixes an issue with indices corruption. Thanks to @execreate!
coolify - v2.9.9

Published by andrasbacsai over 2 years ago

Features

  • Uvicorn python ASGI web server
coolify - v2.9.8

Published by andrasbacsai over 2 years ago

Fixes

  • NocoDB persistency was missing.
  • PostgreSQL v12.10.0 had a type. Thanks to @pucilpet