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.12.22

Published by andrasbacsai over 1 year ago

Fixes

  • Base directory not found in some build packs.
  • Possible fix for VaulWarden UI error in storage view.
  • Delete resource with a non-root team.
  • Docker compose missing port caused troubles.
  • Fix pack binary location.
coolify - v3.12.21

Published by andrasbacsai over 1 year ago

Fixing missing volumes and env variables on arm.

coolify - v3.12.20

Published by andrasbacsai over 1 year ago

Fixes application deletion endpoint.

coolify - v3.12.19

Published by andrasbacsai over 1 year ago

Fixes

  • Move icons to Community Repo, so all icons will be fetched from raw Github URLs.
  • Add support for custom traefik proxy ports.
  • GitLab personal repositories are listed now.

Removed experimental tRPC implementation.

coolify - v3.12.18

Published by andrasbacsai over 1 year ago

Fixes:

  • Cleanup containers function fixed.
  • Update Traefik configuration for new use-cases.
  • Added a few logos.

Move trpc files to experimental

coolify - v3.12.17

Published by andrasbacsai almost 2 years ago

Fix weird docker compose behavior when build parameter is empty, it still tries to build the application from a Dockerfile, that does not exists.

coolify - v3.12.16

Published by andrasbacsai almost 2 years ago

Just a few fixes.

coolify - v3.12.15

Published by andrasbacsai almost 2 years ago

Fixes

  • Cleanup stuck (managed by Coolify, but deleted from Coolify) containers periodically.
  • Deletion function of apps/services/DBs fixed.
  • If storage usage is more than 80% (or manually clicked on the cleanup button), it will cleanup all images, so free up more space than before.
coolify - v3.12.14

Published by andrasbacsai almost 2 years ago

Fix www/non-www redirection.

coolify - v3.12.13

Published by andrasbacsai almost 2 years ago

Fixed secrets issue. Build secrets not included in the final container. Now it is fixed.

coolify - v3.12.12

Published by andrasbacsai almost 2 years ago

Features

  • Init support for gRPC (http2/h2c) based applications. If you allow it for an application, it will be reachable with h2c and HTTP protocols.

Fixes

  • Docker compose buildpack for more use cases handled.
coolify - v3.12.11

Published by andrasbacsai almost 2 years ago

Fixes

  • Custom docker-compose file picked up correctly during the build.
  • Empty docker-compose file in repository.
  • Reload docker-compose file without having the git token fixed.
  • Delete apps with previews.
  • Docker compose buildpack build envs are added during the build.
  • Cleanup unused applications won't delete unused/configured docker-compose apps.

wip: tRPC migration

coolify - v3.12.10

Published by andrasbacsai almost 2 years ago

  • Fix missing variables in Laravel deployment.
  • Update packages.
coolify - v3.12.9

Published by andrasbacsai almost 2 years ago

New services

Features

  • Custom git user for self-hosted GitLab instances. Thanks for @titouanmathis!
  • Plausible Analytics invite_only registration.

Fixes

  • Add Laravel build secrets. Thanks to @zek!
  • GitLab Docker-compose filename is different than on GitHub. Thanks for the fix @Yarmeli!
  • Documentation link on mobile. Thanks for @hyddeos!
  • Read-only permissions fixed on applications and services.
  • New Umami instance default password fixed.
  • $ signs in secrets parsed correctly (no need to manually add double $).
  • Temporarily disabled domain checks with DNS servers until refactoring this feature.
coolify - v3.12.8

Published by andrasbacsai almost 2 years ago

Fixes queue problem since 3.12.2

coolify - v3.12.7

Published by andrasbacsai almost 2 years ago

Rollback everything.

coolify - v3.12.6

Published by andrasbacsai almost 2 years ago

Rollback ssh shell option.
Rollback force cleanup.

coolify - v3.12.5

Published by andrasbacsai almost 2 years ago

Fixes

  • Automatic cleanup process fixed. After 80% usage, it will cleanup not mandatory images, build caches, etc from Docker.
  • #807 - docker compose env variables fixed, thanks to @Tiagofv!
coolify - v3.12.4

Published by andrasbacsai almost 2 years ago

Fixes

  • Duplicate env variables fixed.
coolify - v3.12.3

Published by andrasbacsai almost 2 years ago

Fixes

  • Secrets parsed correctly. 🤞
  • Add default NODE_ENV as production if not defined otherwise in your configuration.