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

Published by andrasbacsai almost 2 years ago

Community fixes/features 🎉

  • Add documentation link to the sidebar: @hyddeos
  • Sidebar is closed on mobile view on clicking somewhere else: @rickaard
  • Fix missing /tmp volume for Appwrite: @jugglingjsons

Fixes

  • Secrets are wrapped in ' to escape special characters.
  • Monorepo with Docker buildpack is able to read build secrets.

Started to work on tRPC version of Coolify.

coolify - v3.12.1

Published by andrasbacsai almost 2 years ago

Fix Prisma migration file.

coolify - v3.12.0

Published by andrasbacsai almost 2 years ago

New Services

  • Pocketbase - Open Source realtime backend in 1 file

Features

  • Custom Docker Registries! You can add your docker registry and use it for your applications, add authentication, etc. 🎉👀👀
  • Able to revert to locally stored docker images BLAZINGLY FAST. 👀
  • Able to set locally stored docker images for applications.
  • Able to push built images to Docker Registry. 👀
  • Able to reuse pushed images from Docker Registry. 👀
  • Able to deploy simple Docker files as applications, without Git integration. 👀
  • Able to deploy static / PHP applications on ARM-based servers! 👀
  • Custom Docker Compose file location in Docker Compose buildpack. 👀
  • Deploy custom commit of a git history for public repositories! Thanks to @ThallesP !
  • Custom domain separator for preview deployments! Thanks to @cmer !
  • Option to set doNotTrack after installation.

Improvements

  • Code improvements by @gabrielengel !
  • Security improvement on command execution. Prevent shell usage where possible.

Fixes

  • Nope in the database connection URL string.
  • Removed leftover for HAproxy.
  • Remote Docker Engine verification step fixed.
  • Remote Docker Engine port value fixed.
  • Docker compose ports are not set correctly.
coolify - v3.11.13

Published by andrasbacsai almost 2 years ago

Features

Fixes

  • Hasura Admin secret env variable.
  • Escape $ char in secrets.
  • Storage names are correct for applications.
  • If an application builds is finished, the last line is sometimes not visible on the UI. Now it is visible.

UI

  • Fix icons during filtering on the dashboard.
coolify - v3.11.12

Published by andrasbacsai almost 2 years ago

Fixes

  • Exposed ports for services

Internal

  • Update packages to the latest version
coolify - v3.11.11

Published by andrasbacsai almost 2 years ago

Features

  • Able to expose ports from templates.

Fixes

  • Replace $$generate vars fixed.
  • Traefik webhook fixed.

Internal

  • GitHub actions fixed, added fluent bit release
coolify - v3.11.10

Published by andrasbacsai almost 2 years ago

Fixes

  • Service dashboard loading bug prevents stopping/configuring services.
coolify - v3.11.9

Published by andrasbacsai almost 2 years ago

Fixes

  • isBot issue on applications
coolify - v3.11.8

Published by andrasbacsai almost 2 years ago

Features

Fixes

  • Docker-compose build pack and the general application's persistent volumes are not working properly.
  • Volume names for undefined volume names in docker-compose build pack fixed.
  • Empty secrets from templates are now really empty on the UI.
  • Ports are fixed for services.

UI fixes here and there.

coolify - v3.11.7

Published by andrasbacsai almost 2 years ago

Fixes

  • Dashboard error fixed.
coolify - v3.11.6

Published by andrasbacsai almost 2 years ago

Fixes

  • Mobile view's update button misbehaved.
  • UI fixes.
coolify - v3.11.5

Published by andrasbacsai almost 2 years ago

Features

  • New Service: Lavalink
  • Rollback function. Be able to rollback to older versions of Coolify from the 'Settings' menu.

Fixes

  • Expose port for services.
  • Some service icons.
  • WordPress on ARM now using MySQL 8.
coolify - v3.11.4

Published by andrasbacsai almost 2 years ago

Fixes

  • Variable substitutions changed.
  • Docs links.
coolify - v3.11.3

Published by andrasbacsai almost 2 years ago

Fixes

  • Compose buildpack-related proxy configurations are now working again.
  • Refactor.
coolify - v3.11.2

Published by andrasbacsai almost 2 years ago

Features

  • Be able to ignore templates, but keep them in the template list (ghost-mariadb as the latest Ghost does not support mariadb)

Fixes

  • Umami and Ghost issues related to migration.
  • Simplify webhooks

Docs

  • Organized contribution guides, thanks to @gabrielengel
coolify - v3.11.1

Published by andrasbacsai almost 2 years ago

Fixes

  • Traefik webhooks are fixed now
  • Migrate templates
coolify - v3.11.0

Published by andrasbacsai almost 2 years ago

Features

  • Community-based template system instead of hardcoded services. 🎉
    Link: https://github.com/coollabsio/coolify-community-templates
  • Catch-all rule to redirect non-configured domains to a different place in the Settings menu.
  • Added real-time (WebSocket) data flows, for now, just some basic things.

Fixes

  • Expose port read-only on some conditions. Thanks to @Huskehhh!
  • Fixes Heroku build pack.
  • Fixes capitalized branches.
  • Remote Docker Engine ssh connection fixes.
  • PR deployments stop the main application.
  • Minio /data volume was missing.
  • Made a typo a year ago with Plausible Analytics's volume, so I added a workaround that old configurations should use the old, not standardized, volumes.
coolify - v3.10.16

Published by andrasbacsai about 2 years ago

Fixes

  • Single container logs and usage now working with compose.
  • Update packages.
coolify - v3.10.15

Published by andrasbacsai about 2 years ago

Features

  • Beta Docker Compose support! 🚀
  • Smart search for new Services.
  • Inject git sha into building phase for applications.

Improvements

  • Update docker binary to 20.10.18.
  • Added aarch64 version for GCP ARM servers.

Fixes

  • Removed another ~70MB of memory usage. 🤯
  • Appwrite compose fixed.
  • GitLab authentication fixed.
  • Huge docker-compose file fails during remote docker engine.

Community

  • Able to develop Coolify inside docker container (pnpm dev:container). You do not need to install anything on your host system (except Docker Engine). 🎉
  • Contribution guide updated.
coolify - v3.10.14

Published by andrasbacsai about 2 years ago

Fixes

  • Reduced memory usage from 5-600 MB to 2-300MB (Prisma still uses a LOT of memory).
  • Meilisearch new data directory changed in v0.29.
    Closes #652
  • Remote Docker Engine configured while verifying with live-restore functionality.