coolify/README.md

113 lines
2.8 KiB
Markdown
Raw Normal View History

# Coolify
2021-03-24 22:11:14 +01:00
2022-02-10 15:48:16 +01:00
An open-source & self-hostable Heroku / Netlify alternative.
2021-03-24 22:11:14 +01:00
2022-03-28 13:26:38 +02:00
## Live Demo
2022-02-23 10:40:21 +01:00
https://demo.coolify.io/
(If it is unresponsive, that means someone overloaded the server. 🙃)
2022-02-23 10:40:21 +01:00
2022-05-04 14:40:00 +02:00
## Feedback
If you have a new service / build pack you would like to add, raise an idea [here](https://feedback.coolify.io/) to get feedback from the community!
2022-03-28 13:26:38 +02:00
## How to install
2022-02-11 21:49:30 +01:00
Installation is automated with the following command:
```bash
2022-04-26 14:51:08 +02:00
wget -q https://get.coollabs.io/coolify/install.sh -O install.sh; sudo bash ./install.sh
2022-02-11 21:49:30 +01:00
```
2022-04-26 14:51:08 +02:00
If you would like no questions during installation:
```bash
wget -q https://get.coollabs.io/coolify/install.sh -O install.sh; sudo bash ./install.sh -f
```
For more details goto the [docs](https://docs.coollabs.io/coolify/installation).
2022-02-11 23:04:50 +01:00
## Features
2022-03-28 13:26:38 +02:00
2022-02-11 23:04:50 +01:00
### Git Sources
2022-03-28 13:26:38 +02:00
2022-04-16 22:28:17 +02:00
You can use the following Git Sources to be auto-deployed to your Coolifyt instance! (Self-hosted versions are also supported.)
2022-02-11 21:49:30 +01:00
- Github
- GitLab
- Bitbucket (WIP)
### Destinations
2022-03-28 13:26:38 +02:00
You can deploy your applications to the following destinations:
2022-02-11 21:49:30 +01:00
- Local Docker Engine
- Remote Docker Engine (WIP)
- Kubernetes (WIP)
2022-02-11 23:04:50 +01:00
2022-02-11 21:49:30 +01:00
### Applications
2022-04-16 22:28:17 +02:00
These are the predefined build packs, but with the Docker build pack, you can host anything that is hostable with a single Dockerfile.
2022-03-28 13:26:38 +02:00
2022-02-11 21:49:30 +01:00
- Static sites
- NodeJS
- VueJS
- NuxtJS
- NextJS
- React/Preact
- Gatsby
- Svelte
- PHP
2022-05-03 11:40:09 +02:00
- Laravel
2022-02-11 21:49:30 +01:00
- Rust
2022-03-28 13:26:38 +02:00
- Docker
2022-02-11 21:49:30 +01:00
### Databases
2022-03-28 13:26:38 +02:00
One-click database is ready to be used internally or shared over the internet:
2022-02-11 21:49:30 +01:00
- MongoDB
- MariaDB
2022-02-11 21:49:30 +01:00
- MySQL
- PostgreSQL
- CouchDB
- Redis
### One-click services
2022-03-28 13:26:38 +02:00
You can host cool open-source services as well:
2022-02-11 21:49:30 +01:00
- [WordPress](https://wordpress.org)
2022-03-28 13:26:38 +02:00
- [Ghost](https://ghost.org)
2022-02-11 21:49:30 +01:00
- [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)
2022-03-28 13:26:38 +02:00
- [LanguageTool](https://languagetool.org)
- [n8n](https://n8n.io)
- [Uptime Kuma](https://github.com/louislam/uptime-kuma)
2022-04-26 21:45:59 +02:00
- [MeiliSearch](https://github.com/meilisearch/meilisearch)
- [Umami](https://github.com/mikecao/umami)
2022-05-03 11:40:09 +02:00
- [Fider](https://fider.io)
- [Hasura](https://hasura.io)
2022-02-11 23:04:50 +01:00
2022-03-28 13:26:38 +02:00
## Migration from v1
A fresh installation is necessary. v2 is not compatible with v1.
2022-02-11 21:49:30 +01:00
## Support
2021-03-24 22:11:14 +01:00
- Twitter: [@andrasbacsai](https://twitter.com/andrasbacsai)
- Telegram: [@andrasbacsai](https://t.me/andrasbacsai)
- Email: [andras@coollabs.io](mailto:andras@coollabs.io)
2021-06-07 21:33:11 +02:00
- Discord: [Invitation](https://discord.gg/xhBCC7eGKw)
2022-03-28 13:26:38 +02:00
## Contribute
2021-05-16 21:54:44 +02:00
2022-03-28 13:26:38 +02:00
See [our contribution guide](./CONTRIBUTING.md).
2022-02-11 21:49:30 +01:00
## License
2021-03-24 22:11:14 +01:00
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.