An open-source & self-hostable Heroku / Netlify / Vercel alternative.
Go to file
Andras Bacsai 18f7ab1b95
Merge pull request #268 from restray/main
feat(dev): allow windows users to use pnpm dev
2022-04-02 16:28:44 +02:00
.github Update FUNDING.yml 2022-01-10 10:25:15 +01:00
.husky V2 (#111) 2022-02-10 15:47:44 +01:00
data V2 (#111) 2022-02-10 15:47:44 +01:00
db V2 (#111) 2022-02-10 15:47:44 +01:00
prisma feat: initial python support 2022-04-02 16:22:51 +02:00
src Merge pull request #269 from restray/restray_registre_loading 2022-04-02 16:26:57 +02:00
static feat: Ghost service 2022-03-27 22:03:21 +02:00
.dockerignore Contribution 2022-03-28 13:26:38 +02:00
.env.template Contribution 2022-03-28 13:26:38 +02:00
.eslintrc.cjs V2 (#111) 2022-02-10 15:47:44 +01:00
.gitignore Contribution 2022-03-28 13:26:38 +02:00
.lintstagedrc.json V2 (#111) 2022-02-10 15:47:44 +01:00
.prettierrc v1.0.12 - Sveltekit migration (#44) 2021-05-14 21:51:14 +02:00
CONTRIBUTING.md fix compare link in CONTRIBUTING 2022-03-28 15:04:00 +02:00
docker-compose-dev.yaml V2 (#111) 2022-02-10 15:47:44 +01:00
docker-compose-haproxy.yaml V2 (#111) 2022-02-10 15:47:44 +01:00
docker-compose.yaml feat: New update process (#115) 2022-02-11 11:46:47 +01:00
Dockerfile fix: Better queue system + more support on monorepos 2022-03-19 15:04:52 +01:00
haproxy-http.Dockerfile V2 (#111) 2022-02-10 15:47:44 +01:00
haproxy-tcp.Dockerfile V2 (#111) 2022-02-10 15:47:44 +01:00
haproxy.Dockerfile V2 (#111) 2022-02-10 15:47:44 +01:00
LICENSE fix: Add license 2022-03-31 09:11:09 +02:00
package.json Merge pull request #268 from restray/main 2022-04-02 16:28:44 +02:00
pnpm-lock.yaml feat(dev): allow windows users to use pnpm dev 2022-04-01 21:10:24 +02:00
postcss.config.cjs V2 (#111) 2022-02-10 15:47:44 +01:00
README.md Suggested change 2022-04-02 17:28:42 +05:30
svelte.config.js V2 (#111) 2022-02-10 15:47:44 +01:00
tailwind.config.cjs Remove colors Tailwind 2022-03-11 20:47:13 +01:00
tsconfig.json Update packages 2022-03-25 09:14:32 +01:00

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. 🙃)

How to install

Installation is automated with the following command:

/bin/bash -c "$(curl -fsSL https://get.coollabs.io/coolify/install.sh)"

If you would like no questions during installation

Features

Git Sources

You can use the following Git Sources to be auto-deployed to your Coolifyt instance! (Self hosted versions 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 basically anything that is hostable with a single Dockerfile.

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

Databases

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

  • MongoDB
  • 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.