Skip to content

Commit

Permalink
v1.0.13 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed May 16, 2021
1 parent 23a4ebb commit adcd68c
Show file tree
Hide file tree
Showing 68 changed files with 2,475 additions and 1,203 deletions.
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

0 comments on commit adcd68c

Please sign in to comment.