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 - v4.0.0-beta.63

Published by andrasbacsai about 1 year ago

  • [fix] Services file/dir creation on volumes.
  • [fix] Service logs show if the whole service stack is not running/healthy.
  • [revert] /data should be used in the development, otherwise, volumes are messed up.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.62...v4.0.0-beta.63

coolify - v4.0.0-beta.62

Published by andrasbacsai about 1 year ago

[fix] Service Volume names.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.61...v4.0.0-beta.62

coolify - v4.0.0-beta.61

Published by andrasbacsai about 1 year ago

  • [fix] Service Volume names.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.60...v4.0.0-beta.61

coolify - v4.0.0-beta.60

Published by andrasbacsai about 1 year ago

  • [feat] Add command delete:resource to manually remove resources. (docs)
  • [fix] Move /data to ./_data in development.
  • [ui] Show all storage in one place for services.
  • [fix] Only use _ in storage names in services.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.59...v4.0.0-beta.60

coolify - v4.0.0-beta.59

Published by andrasbacsai about 1 year ago

  • [fix] Predefined content for service templates

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.58...v4.0.0-beta.59

coolify - v4.0.0-beta.58

Published by andrasbacsai about 1 year ago

  • [fix] If the waitlist is disabled, redirect users to /register.
  • [feat] Able to hard reset the password for the root user from the terminal.
  • [feat] Attach defined networks in Coolify to services. You can reach any service with $serviceName-$serviceUuid internal DNS.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.57...v4.0.0-beta.58

coolify - v4.0.0-beta.57

Published by andrasbacsai about 1 year ago

  • [feat] Container Log viewer for all resources. 🥳
  • [fix] Show real volume names on services.
  • [fix] Parsing dockerfile's EXPOSE is only done when you have nothing set in your ports_exposes configuration.
  • [fix] Add UUID to volume names for new resources.

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.56...v4.0.0-beta.57

coolify - v4.0.0-beta.56

Published by andrasbacsai about 1 year ago

  • [feat] Able to disable container health checks.
  • [fix] Dockerfile-based deployments have hc off by default.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.55...v4.0.0-beta.56

coolify - v4.0.0-beta.55

Published by andrasbacsai about 1 year ago

  • [fix] Dockerfile based expose does not overwritten.
  • [fix] Weird issue when app settings are not defined in db with a new app.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.54...v4.0.0-beta.55

coolify - v4.0.0-beta.54

Published by andrasbacsai about 1 year ago

  • [fix] Preview deployments container check + UI is working now.
  • [fix] Public repository branch selection.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.53...v4.0.0-beta.54

coolify - v4.0.0-beta.53

Published by andrasbacsai about 1 year ago

  • [fix] base_branch not found in webhooks.
  • [fix] coolify db backup is also working.
coolify - v4.0.0-beta.52

Published by andrasbacsai about 1 year ago

fix: backups are now working again

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.51...v4.0.0-beta.52

coolify - v4.0.0-beta.51

Published by andrasbacsai about 1 year ago

  • [fix] Remove private keys if you remove a GitHub App.
  • [fix] Show all private keys on the security page, but only show user-added keys on servers.
  • [fix] Show sources menu on all types of applications.
  • [fix] Docker cleanup job should be queued for each server instead of one global cleanup.
  • [fix] Compose + Services are now read files from the server's filesystem and set default fileVolumes accordingly.
  • [fix] Respect server wildcard fqdn on all places.
  • [fix] Fixed if new public/Private GitHub based applications do not have a main branch (old master).

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.50...v4.0.0-beta.51

coolify - v4.0.0-beta.50

Published by andrasbacsai about 1 year ago

  • [fix] Change Sentry DSN
  • [fix] localhost privatekey update in init seeder

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.49...v4.0.0-beta.50

coolify - v4.0.0-beta.49

Published by andrasbacsai about 1 year ago

  • [fix] reporting handler

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.48...v4.0.0-beta.49

coolify - v4.0.0-beta.48

Published by andrasbacsai about 1 year ago

  • [fix] Self-update fixed if you renamed localhost to something else.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.47...v4.0.0-beta.48

coolify - v4.0.0-beta.47

Published by andrasbacsai about 1 year ago

  • [fix] helper image is now up-to-date.
  • [fix] install script error.
  • [fix] a few sentry errors.
  • [fix] service templates are now preselecting server.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.46...v4.0.0-beta.47

coolify - v4.0.0-beta.46

Published by andrasbacsai about 1 year ago

  • [feat] Docker Compose support. 🎉
  • [feat] One-click services support (first wave). 🎉
  • [fix] No configuration found fix for proxies on localhost (self-hosted).
  • [fix] Container Status Job is able to do its work. 😅
  • [ui] Few UI changes, a more visible feedback button, etc.

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.45...v4.0.0-beta.46

coolify - v4.0.0-beta.45

Published by andrasbacsai about 1 year ago

  • [ui] Z-index on version number and on magicbar. fix #1240
  • [ui] Put back build pack option (oops).
  • [ui] Add new source button on source view.
  • [fix] If an application has a port mapped to the host system, do not do the rolling update, but a normal stop/start (with a small - few seconds - of downtime). fix #1242
  • [fix] Report livewire errors again.

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.44...v4.0.0-beta.45

coolify - v4.0.0-beta.44

Published by andrasbacsai about 1 year ago

  • [wip] Docker Compose & one-click apps (coming in the next release)
  • [cloud] 7-day trial instead of 14.
  • [ui] Able to change the GitHub App (allowed repositories) when creating a resource.
  • [fix] Delete all related db records on deleting resources.
  • [fix] Proxy configurations could be saved now (closes #1244)
  • [fix] Proxy networks are periodically checked and attached to all required networks.
  • [fix] Proxy paths are always created.
  • [fix] Database schema.
  • [feat] Able to set custom healthchecks for applications.
  • [feat] Able to set Cloudflare Tunnel (cloudflared version 2023.8.2) proxy configuration to all ssh commands.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.43...v4.0.0-beta.44