Compare commits

...

2 Commits

Author SHA1 Message Date
Andras Bacsai
05e5d73556 v1.0.18 (#60)
* Removed nocodb image

* Quick fix for no installations
2021-06-10 11:55:02 +02:00
Andras Bacsai
53620f4b1a Update README.md 2021-06-07 23:57:31 +02:00
4 changed files with 5 additions and 3 deletions

View File

@@ -16,7 +16,8 @@ Installation is automated with the following command:
## Features
You can deploy any of the following applications, databases and services easily.
- Deploy Pull Request automatically, so you can review them quickly!
- You can deploy any of the following applications, databases and services easily.
(constantly growing lists)
@@ -48,6 +49,7 @@ With Github integration
### Services
- [Plausible Analytics](https://plausible.io)
- [NocoDB](https://nocodb.com)
## Support

View File

@@ -1,7 +1,7 @@
{
"name": "coolify",
"description": "An open-source, hassle-free, self-hostable Heroku & Netlify alternative.",
"version": "1.0.17",
"version": "1.0.18",
"license": "AGPL-3.0",
"scripts": {
"dev:docker:start": "docker-compose -f docker-compose-dev.yml up -d",

View File

@@ -68,7 +68,7 @@
return false;
}
if (installations.length === 0) {
relogin = true;
loading.github = false;
return false;
}
$application.github.installation.id = installations[0].id;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB