69f050b864
- Search in repositories (thanks to @SaraVieira).
- Custom Dockerfile - you be able to deploy ANY applications! 🎉
- Basic repository scanner for Nextjs and React. It will setup the default commands and buildpack if it detects some defined parameters.
- UI/UX fixes:
- Github loading screen instead of standard loading screen.
- Info tooltips which provide some explanations of the input fields.
|
||
---|---|---|
api | ||
install | ||
public | ||
src | ||
.dockerignore | ||
.env.template | ||
.gitignore | ||
.prettierrc | ||
index.html | ||
install.sh | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
README.md | ||
routify.config.js | ||
svelte.config.js | ||
tailwind.config.js | ||
vite.config.js |
About
https://andrasbacsai.com/farewell-netlify-and-heroku-after-3-days-of-coding
Features
- 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!
Upcoming features
- Backups & monitoring.
- User analytics with privacy in mind.
- And much more (see Roadmap).
FAQ
Q: What is a buildpack?
A: It defines your application's final form.
Static
means that it will be hosted as a static site.
NodeJs
means that it will be started as a node application.
Screenshots
Getting Started
Automatically: sh <(curl -fsSL https://get.coollabs.io/install.sh) coolify
Manually:
Requirements before installation
-
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!
Installation
- Clone this repository:
git clone git@github.com:coollabsio/coolify.git
- Set
.env
(see.env.template
) - Installation:
bash install.sh all
Manual updating process (You probably never need to do this!)
Update everything (proxy+coolify)
bash install.sh all
Update coolify only
bash install.sh coolify
Update proxy only
bash install.sh proxy
Contact
- Twitter: @andrasbacsai
- Telegram: @andrasbacsai
- Email: andras@coollabs.io
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.