coolify/README.md

81 lines
1.7 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-02-11 21:49:30 +01:00
## Installation
Installation is automated with the following command:
```bash
/bin/bash -c "$(curl -fsSL https://get.coollabs.io/coolify/install.sh)"
```
2022-02-11 23:04:50 +01:00
## Migration from v1
2022-02-11 21:49:30 +01:00
2022-02-11 23:04:50 +01:00
A fresh installation is necessary. v2 is not compatible with v1.
## Features
### Git Sources
2022-02-11 21:49:30 +01:00
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)
2022-02-11 23:04:50 +01:00
2022-02-11 21:49:30 +01:00
### 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)
2022-02-11 23:04:50 +01:00
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)
## Roadmap
2021-05-16 21:54:44 +02:00
[See the Roadmap here](https://github.com/coollabsio/coolify/projects/1)
2021-05-16 21:54:44 +02:00
2022-02-11 21:49:30 +01:00
(Will be updated soon!)
## 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.