coolify

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

APACHE-2.0 License

Stars
14.8K
Committers
232
coolify - v2.2.0

Published by andrasbacsai over 2 years ago

Features:

  • New service: n8n.io
  • New service: Uptime Kuma
  • New service: Ghost
  • Search through GitHub repositories when you choose your repository/branch (Thanks to @SaraVieira)
coolify - v2.1.1

Published by andrasbacsai over 2 years ago

Fixes:

  • Only cleanup 2h+ old images
  • UI/UX improvements
  • Package updates
coolify - v2.1.0

Published by andrasbacsai over 2 years ago

Features:

  • Persistent storage for applications. You can define any directory to be persisted across deployments.
  • New base image for static sites.
  • Manually redeploy PR builds.
  • Using docker compose instead of normal docker run commands.

Fixes:

  • SSL cert generator.
coolify - v2.0.32

Published by andrasbacsai over 2 years ago

  • Add debug for GH importer
coolify - v2.0.31

Published by andrasbacsai over 2 years ago

Features:

  • Add PHP modules during build phase.

Fixes:

  • Cleanup old builds.
coolify - v2.0.30

Published by andrasbacsai over 2 years ago

Fixes:

  • Missing data handled in several places.
  • Base directory for Docker applications.
  • Slightly better building queue system.
  • More support for monorepos.
coolify - v2.0.29

Published by andrasbacsai over 2 years ago

Features:

  • Pause automatic deployments through webhooks.
  • SSL certs starts with new applications. This helps to get SSL certs faster.

Fixes:

  • Personal GitLab repositories now deployable.
  • Stopping an application reloads the UI and state.
  • Install pnpm during image builds in case of pnpm lock file found.
coolify - v2.0.28

Published by andrasbacsai over 2 years ago

Features:

  • Secret variables for services.

Fixes:

  • Do not log error if proxy is not running.
coolify - v2.0.27

Published by andrasbacsai over 2 years ago

Fixes:

  • Only reload HAProxy if new SSL cert is added.
  • Reload proxy after SSL renewal.
  • Container checker handles edge cases in case of a container is in restarting state.
  • Coolify cleanup images improvement.
  • Package updates
coolify - v2.0.26

Published by andrasbacsai over 2 years ago

Fixes the update process.

If you do not receive the shiny automatic update button, use the following command:

cd coolify; docker pull coollabsio/coolify:2.0.26; docker run --rm -tid --env-file .env -v /var/run/docker.sock:/var/run/docker.sock -v coolify-db coollabsio/coolify:2.0.26 /bin/sh -c "env | grep COOLIFY > .env && echo 'TAG=2.0.26' >> .env && docker stop -t 0 coolify coolify-redis && docker rm coolify coolify-redis && docker compose up -d --force-recreate"

coolify - v2.0.25

Published by andrasbacsai over 2 years ago

Features:

Fixes:

  • Reload proxy on new SSL cert
coolify - v2.0.24

Published by andrasbacsai over 2 years ago

Fixes:

  • Rewritten how the proxy / SSL certifications are configured! It makes way fewer errors than before. Also, it is async!
  • Update process changed to make fewer docker pull requests.
  • Cleanup process changed to make fewer docker pull requests (Don't delete images so often)
coolify - v2.0.23

Published by andrasbacsai over 2 years ago

Fixes:

  • Closes #198.
  • Closes #197.
  • If fqdn is not set, skip some proxy configuration.
  • Add label for build images, to prevent deleting them during scheduled cleanup.
  • Cleanup old images older than 3 days.

Design:

  • Show the state of apps/databases/services a bit better.
coolify - v2.0.22

Published by andrasbacsai over 2 years ago

Fixes:

  • Coolify image pulls restricted - reverted.
  • Cleanup proxy configurations.
  • Always choose a buildpack.
  • Icons for Eleventy and Astro.
coolify - v2.0.21

Published by andrasbacsai over 2 years ago

Features:

  • Add some features for the demo site
  • Astro + 11ty buildpacks
  • Registration page

Fixes:

  • Docker scanner fixed
  • Docker image pulls improved
  • Package updates
coolify - v2.0.20

Published by andrasbacsai over 2 years ago

Features:

  • Check domain when configuring an application

Fix:

  • Revert default network name to coolify
coolify - v2.0.19

Published by andrasbacsai over 2 years ago

Fixes:

  • Domain always sent in Settings page
  • Slightly modified Destinations for the demo instance
coolify - v2.0.18

Published by andrasbacsai over 2 years ago

Features:

  • Scan for lock files and set the right commands. #100
  • Port range for public ports. Useful if you are using firewalls. #158

Fixes:

  • Lowercase email everywhere. #178

Design:

  • A lot, as always.
coolify - v2.0.17

Published by andrasbacsai over 2 years ago

Fixes:

  • Github & Gitlab tokens are moved from session to store. Better flow!
coolify - v2.0.16

Published by andrasbacsai over 2 years ago

Features:

  • Secrets for PR/MR deployments.

Fixes:

  • Typo for ghToken.
  • If no DNS, just do not care.

UI:

  • Daily sprinkle of CSS.