WARNING: It's still in beta, but I would like to ship it as soon as possible, without overthinking everything - as a mostly do. 😁
It is probably full of bugs, spaghetti code, etc. Just ignore them!
https://andrasbacsai.com/farewell-netlify-and-heroku-after-3-days-of-coding
- Deploy your application just by pushing code to git.
- Environment variables stored encrypted.
- Hassle-free self-hosting.
- Backups & monitoring
- Scalable environment
- Databases
- Docker version 20+
- Docker in swarm mode enabled (should be set manually before installation)
- A MongoDB instance. (We have a simple installation if you need it here)
- A configured DNS enrty for the builder server (see
.env.template) - Github OAuth App
- Authorization callback URL set to
https://<your domain>/api/v1/login/github/oauth
- Authorization callback URL set to
- Github App
- Callback URL set to
http://<your domain>/api/v1/login/github/app
- Callback URL set to
- Clone this repository:
git clone git@github.com:coollabsio/coolify.git - Set
.env(see.env.template) - Installation:
bash install.sh all
Updating proxy causing downtime!
bash install.sh all
bash install.sh coolify
Updating proxy causing downtime!
bash install.sh proxy
- Email: hi@coollabs.io
- Chat: Discord
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.