Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.13 #46

Merged
merged 8 commits into from
May 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Coolify

An open-source, hassle-free, self-hostable Heroku & Netlify alternative.
Expand All @@ -7,46 +6,49 @@ An open-source, hassle-free, self-hostable Heroku & Netlify alternative.

[Small video](https://cdn.coollabs.io/assets/coolify/video/coolify.webm)


## Installation
## Installation

Installation is automated with the following command:

```bash
/bin/bash -c "$(curl -fsSL https://get.coollabs.io/coolify/install.sh)"
```


## Features

You can deploy any of the following applications, databases and services easily.

(constantly growing lists)

### Applications

With Github integration

- Static sites
- NodeJS
- VueJS
- NuxtJS
- NextJS
- React/Preact
- NextJS
- Gatsby
- Svelte
- PHP
- Rust
- Rust
- or any custom dockerfile

### Databases

- MongoDB
- MySQL
- PostgreSQL
- CouchDB
- Redis

### Services

- [Plausible Analytics](https://plausible.io)


## Support

- Twitter: [@andrasbacsai](https://twitter.com/andrasbacsai)
Expand All @@ -55,10 +57,9 @@ With Github integration
- Discord: [Invitation](https://discord.com/invite/bvS3WhR)

## Roadmap

[See the Roadmap here](https://github.com/coollabsio/coolify/projects/1)

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


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source, hassle-free, self-hostable Heroku & Netlify alternative.",
"version": "1.0.12",
"version": "1.0.13",
"license": "AGPL-3.0",
"scripts": {
"dev:docker:start": "docker-compose -f docker-compose-dev.yml up -d",
Expand Down Expand Up @@ -31,7 +31,7 @@
"prettier-plugin-svelte": "^2.3.0",
"svelte": "^3.38.2",
"svelte-preprocess": "^4.7.3",
"tailwindcss": "canary",
"tailwindcss": "2.2.0-canary.8",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"vite": "^2.3.2"
Expand Down
Loading