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

Published by andrasbacsai about 2 years ago

Fixes

  • Forked repository-based PRs are now working.
  • PR branches with / are now working.
  • Clean up unused TCP proxies.
  • Do not start TCP proxies in case the main container is not running.
  • Handle ping and installation webhooks.

UI

  • IAM views were redesigned and added new features.
coolify - v3.10.12

Published by andrasbacsai about 2 years ago

Features

  • Cleanup unconfigured applications with a simple button.

Fixes

  • Dashboard shows the good status of databases.
  • Initial deployment starts status check.
  • Huge log files causing lag on open. Slightly improved.
coolify - v3.10.11

Published by andrasbacsai about 2 years ago

Fixes

  • Hasura console notification.
  • Do not query more than 10 resources status.
  • Basedirectory is undefined.
coolify - v3.10.10

Published by andrasbacsai about 2 years ago

Features

  • System-wide GitHub App (beta).

UI

  • Fixed GitLab Repository checker view.
coolify - v3.10.9

Published by andrasbacsai about 2 years ago

Fixes

  • Able to delete unconfigured applications.

UI

  • Make clear how the base directory and docker file location are used in the docker build pack.
    Closes #626
  • Dashboard is slightly modified.
coolify - v3.10.8

Published by andrasbacsai about 2 years ago

Fixes

  • Service logs are not shown.
  • Appwrite functions default network changed.

UI

  • Service views fixed.
coolify - v3.10.7

Published by andrasbacsai about 2 years ago

Fix seed database file.

coolify - v3.10.6

Published by andrasbacsai about 2 years ago

Fixes

  • Seed new preview secrets
  • Empty preview secrets
coolify - v3.10.5

Published by andrasbacsai about 2 years ago

UI

  • Most of the application is now responsive and usable on mobile, huge thanks to @kaname-png! 🎉
  • New UI for Application views(others will follow).

Features

  • New Service: Grafana, thanks to @c0ldfront!
  • New Service: Trilium, thanks to @c0ldfront!
  • @appwrite now has a database migration button to help you migrate the database schema between major version changes.
  • Able to add custom SSL certificates if Let's Encrypt is not fit your needs (BETA).

Fixes

  • Base directory is now handled for Heroku and Docker build packs.
  • @appwrite's default version is v1.
  • MinIO default env variables fixed.
    Closes #627
  • PHP selector in Laravel Apps fixed.
    Closes #629
coolify - v3.10.4

Published by andrasbacsai about 2 years ago

Fixes

  • In case of high volume of build logs, Prisma Engine panicked. So I've added Fluentbit as a helper for saving logs to the filesystem (docker volume /app/logs). ⚡
  • Previews are now mini-applications, child application of the parent. 🎉
  • @appwrite slowness fixed & supported v1! 🚀
  • Initial Pathprefix for Traefik to later support path-based deployments.

UI

  • Lots of minor UI fixes
coolify - v3.10.3

Published by andrasbacsai about 2 years ago

Fix Umami init sql script.

coolify - v3.10.2

Published by andrasbacsai about 2 years ago

Fixes

  • Stuck queue could happen, so added a queue reset button to the buildlogs view.
  • Umami changed their base repository in ghcr.io. Thanks @LLxD for the PR!
  • Show error logs for applications no matter, if debug logs are turned on or off.
  • GitLab public repo importer uses https, instead of git protocol.
coolify - v3.10.1

Published by andrasbacsai about 2 years ago

Fixes

  • Public repositories should not use ssh keys.
  • Secrets during PR builds fixed. If no PR secret defined, use secret as for the normal commit builds.
  • Show container restarting state on UI.
  • Volumes for n8n and languagetool fixed.
coolify - v3.10.0

Published by andrasbacsai about 2 years ago

Features

  • New Database: EdgeDB - not tested fully. Thanks to @ikezedev!
  • New Dashboard view. (let me know what you think!)
  • New Servers view.

Fixes

  • Fix auto-updater.
  • Typo in devcontainers.json. Thanks to @c0ldfront!
  • Exposed and public ports checker fixed.
    Closes #600
  • Convert Glitchtip default env variable to python boolean (true=>True).
    Closes #599
coolify - v3.9.4

Published by andrasbacsai about 2 years ago

Fixes

  • DNS servers not parsed correctely.
  • Settings not distributed to the child components on services view.
coolify - v3.9.3

Published by andrasbacsai about 2 years ago

Fix PR previews

coolify - v3.9.2

Published by andrasbacsai about 2 years ago

Features

  • Auto-updating Coolify instance is now out of beta. You can enable/disable it from the Settings menu or during installation.

Fixes

  • Services compose file generated wrongly.
  • Service state fixed on the UI.
  • Domain check shows null, fixed it.
  • Minio needs additional env variables by default.
  • Add PHP 8.1 and 8.2.
  • Closes #595
  • Closes #597
  • Closes #593
coolify - v3.9.1

Published by andrasbacsai about 2 years ago

Fixes

  • Workdir cleanup.
  • Github Actions for releasing.
  • API debug mode.
coolify - v3.9.1-rc.1

Published by andrasbacsai about 2 years ago

1

coolify - v3.9.0

Published by andrasbacsai about 2 years ago

Features

  • New Service: Weblate
  • Restart applications without rebuilding! You can now change secrets, without rebuilding the whole application! 🎉
  • Show elapsed time during builds!
  • Improve monorepo support, by allowing adding the same repo/branch several times. Each new commit will request a deployment for each application.

Fixes

  • Migrated Prisma to 4.3.0.
  • GlitchTip now saves every configuration.
  • Submodules are not fetched recursively.
  • Appwrite's real-time service is not configured correctly in Traefik by Coolify.
  • Public repositories should not have PR/MR deployments feature.
  • You cannot deploy without fqdn or setting your application as a bot.
  • Remote Docker Engines configuration generated well.
  • Package upgrades.

Community

  • Updated CONTRIBUTION.md

UI

  • Improved UX by removing window reloads and using state/SPA capabilities.
  • Responsiveness improvements, thanks to @LLxD!
  • Changed long explainers with a simple ? and tooltip.
  • New login/registration page, thanks to @kaname-png!

I18n

  • Added converter to automate language file from Weblate to Coolify! (soon more details!)

Beta

  • Database branching for PR previews.