An open-source & self-hostable Heroku / Netlify / Vercel alternative.
Go to file
Andras Bacsai a1cccd479e
Revert "v1.0.2 (#8)" (#9)
This reverts commit b91bfa21b3.
2021-03-30 22:15:37 +02:00
api Revert "v1.0.2 (#8)" (#9) 2021-03-30 22:15:37 +02:00
install Revert "v1.0.2 (#8)" (#9) 2021-03-30 22:15:37 +02:00
public initial production release 🎉 2021-03-24 22:11:14 +01:00
src Revert "v1.0.2 (#8)" (#9) 2021-03-30 22:15:37 +02:00
.dockerignore initial production release 🎉 2021-03-24 22:11:14 +01:00
.env.template initial production release 🎉 2021-03-24 22:11:14 +01:00
.gitignore initial production release 🎉 2021-03-24 22:11:14 +01:00
.prettierrc initial production release 🎉 2021-03-24 22:11:14 +01:00
index.html initial production release 🎉 2021-03-24 22:11:14 +01:00
install.sh Revert "v1.0.2 (#8)" (#9) 2021-03-30 22:15:37 +02:00
LICENSE initial production release 🎉 2021-03-24 22:11:14 +01:00
package.json Revert "v1.0.2 (#8)" (#9) 2021-03-30 22:15:37 +02:00
pnpm-lock.yaml Revert "v1.0.2 (#8)" (#9) 2021-03-30 22:15:37 +02:00
postcss.config.js initial production release 🎉 2021-03-24 22:11:14 +01:00
README.md Revert "v1.0.2 (#8)" (#9) 2021-03-30 22:15:37 +02:00
routify.config.js initial production release 🎉 2021-03-24 22:11:14 +01:00
svelte.config.js initial production release 🎉 2021-03-24 22:11:14 +01:00
tailwind.config.js initial production release 🎉 2021-03-24 22:11:14 +01:00
vite.config.js initial production release 🎉 2021-03-24 22:11:14 +01:00

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

Screenshots

Login

Applications

Databases

Configuration

Settings

Logs

Getting Started

Automatically: sh <(curl -fsSL https://get.coollabs.io/install.sh) coolify

Manually:

Requirements before installation

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

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.