https://andrasbacsai.com/farewell-netlify-and-heroku-after-3-days-of-coding
- Deploy your Node.js and static sites just by pushing code to git.
- Hassle-free installation and upgrade process.
- One-click MongoDB, MySQL, PostgreSQL, CouchDB deployments!
- Backups & monitoring.
- User analytics with privacy in mind.
- And much more (see Roadmap).
Q: What does Buildpack means?
A: It defines your application's final form. Static means that it will be hosted as a static site in the end. (see next question below 👇)
Q: How can I build a static site, like Next.js, Sapper (prerendered), etc ?
A: Use static
builder and set your Build command
.
Automatically: sh <(curl -fsSL https://get.coollabs.io/install.sh) coolify
Manually:
-
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 one
-
A configured DNS entry (see
.env.template
) -
- GitHub App name: could be anything weird
- Homepage URL: https://yourdomain
Identifying and authorizing users:
- Callback URL: https://yourdomain/api/v1/login/github/app
- Request user authorization (OAuth) during installation -> Check!
Webhook:
- Active -> Check!
- Webhook URL: https://yourdomain/api/v1/webhooks/deploy
- Webhook Secret: it should be super secret
Repository permissions:
- Contents: Read-only
- Metadata: Read-only
User permissions:
- Email: Read-only
Subscribe to events:
- Push -> Check!
- Clone this repository:
git clone [email protected]:coollabsio/coolify.git
- Set
.env
(see.env.template
) - Installation:
bash install.sh all
bash install.sh all
bash install.sh coolify
bash install.sh proxy
- Twitter: @andrasbacsai
- Telegram: @andrasbacsai
- Email: [email protected]
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.