From d29ccbfe37f78aabf45602aec8a00c0affd5afdc Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 11 Feb 2022 21:49:30 +0100 Subject: [PATCH] Update README.md --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/README.md b/README.md index e003bdb0e..51b258a4c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,62 @@ # Coolify An open-source & self-hostable Heroku / Netlify alternative. +## Installation + +Installation is automated with the following command: + +```bash +/bin/bash -c "$(curl -fsSL https://get.coollabs.io/coolify/install.sh)" +``` + +### Git providers + +You can use the official ones or your self hosted version! + +- Github +- GitLab +- Bitbucket (WIP) + +### Destinations + +- Local Docker Engine +- Remote Docker Engine (WIP) +- Kubernetes (WIP) +- + +### Applications + +- Static sites +- NodeJS +- VueJS +- NuxtJS +- NextJS +- React/Preact +- NextJS +- Gatsby +- Svelte +- PHP +- Rust +- Dockerfile (you can provide it) + +### Databases + +- MongoDB +- MySQL +- PostgreSQL +- CouchDB +- Redis + +### One-click services + +- [WordPress](https://wordpress.org) +- [Plausible Analytics](https://plausible.io) +- [NocoDB](https://nocodb.com) +- [VSCode Server](https://github.com/cdr/code-server) +- [MinIO](https://min.io) +- [VaultWarden](https://github.com/dani-garcia/vaultwarden) +- + ## Support - Twitter: [@andrasbacsai](https://twitter.com/andrasbacsai) @@ -13,6 +69,8 @@ ## Roadmap [See the Roadmap here](https://github.com/coollabsio/coolify/projects/1) +(Will be updated soon!) + ## 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](/LICENSE) file in our repository for the full text.