coolify/README.md

139 lines
4.9 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-07-25 14:59:02 +02:00
## Financial Contributors
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/coollabsio/contribute)]
### Individuals
<a href="https://opencollective.com/coollabsio"><img src="https://opencollective.com/coollabsio/individuals.svg?width=890"></a>
### Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/coollabsio/contribute)]
<a href="https://opencollective.com/coollabsio/organization/0/website"><img src="https://opencollective.com/coollabsio/organization/0/avatar.svg"></a>
<a href="https://opencollective.com/coollabsio/organization/1/website"><img src="https://opencollective.com/coollabsio/organization/1/avatar.svg"></a>
<a href="https://opencollective.com/coollabsio/organization/2/website"><img src="https://opencollective.com/coollabsio/organization/2/avatar.svg"></a>
<a href="https://opencollective.com/coollabsio/organization/3/website"><img src="https://opencollective.com/coollabsio/organization/3/avatar.svg"></a>
<a href="https://opencollective.com/coollabsio/organization/4/website"><img src="https://opencollective.com/coollabsio/organization/4/avatar.svg"></a>
<a href="https://opencollective.com/coollabsio/organization/5/website"><img src="https://opencollective.com/coollabsio/organization/5/avatar.svg"></a>
<a href="https://opencollective.com/coollabsio/organization/6/website"><img src="https://opencollective.com/coollabsio/organization/6/avatar.svg"></a>
<a href="https://opencollective.com/coollabsio/organization/7/website"><img src="https://opencollective.com/coollabsio/organization/7/avatar.svg"></a>
<a href="https://opencollective.com/coollabsio/organization/8/website"><img src="https://opencollective.com/coollabsio/organization/8/avatar.svg"></a>
<a href="https://opencollective.com/coollabsio/organization/9/website"><img src="https://opencollective.com/coollabsio/organization/9/avatar.svg"></a>
2022-03-28 13:26:38 +02:00
## Live Demo
2022-02-23 10:40:21 +01:00
https://demo.coolify.io/
2022-07-06 11:02:36 +02:00
(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
2022-05-11 11:02:28 +02:00
2022-05-04 14:40:00 +02:00
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-07-06 11:02:36 +02:00
ARM support is in beta!
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-05-10 14:58:49 +02:00
- Python
2022-05-11 11:02:28 +02:00
- Deno
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-05-10 14:58:49 +02:00
- [WordPress](https://docs.coollabs.io/coolify/services/wordpress)
2022-03-28 13:26:38 +02:00
- [Ghost](https://ghost.org)
2022-05-10 14:58:49 +02:00
- [Plausible Analytics](https://docs.coollabs.io/coolify/services/plausible-analytics)
2022-02-11 21:49:30 +01:00
- [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
2022-07-06 11:02:36 +02:00
A fresh installation is necessary. v2 and v3 are 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)
2021-05-16 21:54:44 +02:00
2022-07-25 14:56:45 +02:00
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.