coolify

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

APACHE-2.0 License

Stars
14.8K
Committers
232
coolify - v2.0.15

Published by andrasbacsai over 2 years ago

Fixes:

  • Connection strings fixed.
  • GitLab webhook fixed.

Other:

  • Added more details on what to add to GitLab Apps.
coolify - v2.0.14

Published by andrasbacsai over 2 years ago

Important note. Redesigned the user authentication a bit. You will be logged out after the update, that's normal!

Features:

  • Able to generate both www and non-www SSL certs.
  • Able to reset password with COOLIFY_SECRET_KEY on the frontend.

Fixes:

  • Plausible Analytics volume fixed. Now data is persistent.
  • Redis URI fixed.
  • Secure cookie disabled in case you use HTTP for coolify.
  • Generate a random port for each certbot instance, so they won't conflict.
  • Application build logging is better now in case of an error.
  • Proxy configuration cleanup improved.
  • GitHub tokens are now part of the session cookie.

UI/UX:

  • Sprinkled some CSS everywhere.
coolify - v2.0.13

Published by andrasbacsai over 2 years ago

Quick fix for login issues. Related to svelte-kit-cookie-session library I'm using for session cookies.

coolify - v2.0.12

Published by andrasbacsai over 2 years ago

Fixes:

  • A LOT of minor bugs.
  • Proxy checking cronjob now reconfigures everything automatically.
  • You can manually restart the coolify proxy, just in case you need it.
  • Removed unnecessary proxy reloads here and there.
  • Better cleanup cronjob for your docker images.
coolify - v2.0.11

Published by andrasbacsai over 2 years ago

Features:

  • Follow logs with a simple button (Thanks @SaraVieira!)

Fixes:

  • Github PR Synchronize, PR commits are in sync with your deployed application
  • Typos
  • Load more button
coolify - v2.0.10

Published by andrasbacsai over 2 years ago

Minor fixes

coolify - v2.0.8

Published by andrasbacsai over 2 years ago

Fixes:

  • Better error handling and more info for me on errors.
  • Validate secrets (you cannot send empty values, as it does not make sense 😄 )
  • Truncate error logs
  • Apache permission fixes (Thanks to @habibyuri)
coolify - v2.0.7

Published by andrasbacsai over 2 years ago

Features:

  • Automatic www <-> non-www redirection based on the FQDN you use.
  • Secrets selected for build time will be added to the runtime too. Later on, there should be a switch that you can use if you would like to tell if it should be added to both explicitly. Added a task to the backlog.

Fix:

  • After adding a new secret, every value should be set back to default.

Other:

  • Some code cleanup.
coolify - v2.0.6

Published by andrasbacsai over 2 years ago

Fixes:

  • Secrets are unique by application

Other:

  • Redesigned secrets page
coolify - v2.0.5

Published by andrasbacsai over 2 years ago

Features:

  • Added VaultWarden service

Fixes:

  • Re-enabled auto cleanup cronjob. Required packages are not cleaned up (labeled with coolify.managed).
  • Proxy error handling added.
  • Moved remote static assets to local.
coolify - v2.0.4

Published by andrasbacsai over 2 years ago

New update process that helps me to test new versions before I release them to the world.

coolify - v2.0.3

Published by andrasbacsai over 2 years ago

Minor fixes based on Sentry.

coolify - v2.0.2

Published by andrasbacsai over 2 years ago

  • Fixed environment variables with escapable characters
coolify - v2.0.0

Published by andrasbacsai over 2 years ago

🎉

coolify - v1.0.24

Published by andrasbacsai about 3 years ago

-Just dependency updates because it caused some errors, like you can't log in with Github.

coolify - v1.0.23

Published by andrasbacsai over 3 years ago

Features

  • Build environment variables for NodeJS builds
  • Initial monorepo support (more tests needed!)

Fixes

  • Fix wrong redirects
  • Logout fix for the session manager
coolify - v1.0.22

Published by andrasbacsai over 3 years ago

Fixes

  • Fix permanent redirects
  • Add microtip as local dependency
  • Do not purge images in long builds - race conditions
coolify - v1.0.21

Published by andrasbacsai over 3 years ago

Features

  • Implement email logins, so GitHub Integration is not necessary.

Fixes

  • No redirect if you are already logged in - caused problems in development, not sure if it's a problem in production.
coolify - v1.0.20 - WordPress

Published by andrasbacsai over 3 years ago

Features

  • WordPress deployments
  • Initial system info (behind a feature flag)

Fixes

  • New Tailwind version brakes toggles - it's fixed now.
coolify - v1.0.19

Published by andrasbacsai over 3 years ago

Features

  • VScode server - closes #31.
  • MinIO service - closes #63.

Fixes

  • SvelteKit/adapter versions corrected, which caused a lot of problems.
  • New Tailwind version!