An open-source & self-hostable Heroku / Netlify / Vercel alternative.
Go to file
2022-05-28 13:00:08 +00:00
.github gradually redirecting users to fider 2022-05-28 13:00:08 +00:00
.husky
.vscode
data WIP: Traefik 2022-05-12 16:53:22 +02:00
db
prisma remove notifications for now 2022-05-19 14:32:10 +02:00
src Deleted a file, oops 2022-05-19 16:47:45 +02:00
static
.dockerignore
.env.template feat: Coolify auto-updater 2022-04-25 09:54:28 +02:00
.eslintrc.cjs
.gitignore
.lintstagedrc.json
.prettierrc
CONTRIBUTING.md fix: Contribution guide 2022-04-25 08:55:04 +02:00
docker-compose-dev.yaml feat: Fluentbit investigation 2022-04-20 13:33:04 +02:00
docker-compose-haproxy.yaml
docker-compose-traefik.yaml WIP: Traefik 2022-05-12 16:53:22 +02:00
docker-compose.yaml WIP: Traefik 2022-05-16 16:11:35 +02:00
Dockerfile
LICENSE
package.json WIP: Notifications and application usage 2022-05-17 10:14:06 +02:00
pnpm-lock.yaml WIP: Notifications and application usage 2022-05-17 10:14:06 +02:00
postcss.config.cjs
README.md Readme update 2022-05-11 11:02:28 +02:00
svelte.config.js Remove WS for now 2022-05-11 23:21:45 +02:00
tailwind.config.cjs
tsconfig.json

Coolify

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

Live Demo

https://demo.coolify.io/

(If it is unresponsive, that means someone overloaded the server. 🙃)

Feedback

If you have a new service / build pack you would like to add, raise an idea here to get feedback from the community!

How to install

Installation is automated with the following command:

wget -q https://get.coollabs.io/coolify/install.sh -O install.sh; sudo bash ./install.sh

If you would like no questions during installation:

wget -q https://get.coollabs.io/coolify/install.sh -O install.sh; sudo bash ./install.sh -f

For more details goto the docs.

Features

Git Sources

You can use the following Git Sources to be auto-deployed to your Coolifyt instance! (Self-hosted versions are also supported.)

  • Github
  • GitLab
  • Bitbucket (WIP)

Destinations

You can deploy your applications to the following destinations:

  • Local Docker Engine
  • Remote Docker Engine (WIP)
  • Kubernetes (WIP)

Applications

These are the predefined build packs, but with the Docker build pack, you can host anything that is hostable with a single Dockerfile.

  • Static sites
  • NodeJS
  • VueJS
  • NuxtJS
  • NextJS
  • React/Preact
  • Gatsby
  • Svelte
  • PHP
  • Laravel
  • Rust
  • Docker
  • Python
  • Deno

Databases

One-click database is ready to be used internally or shared over the internet:

  • MongoDB
  • MariaDB
  • MySQL
  • PostgreSQL
  • CouchDB
  • Redis

One-click services

You can host cool open-source services as well:

Migration from v1

A fresh installation is necessary. v2 is not compatible with v1.

Support

Contribute

See our contribution guide.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Please see the LICENSE file in our repository for the full text.