mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-29 05:09:25 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05e5d73556 | ||
|
|
53620f4b1a |
@@ -16,7 +16,8 @@ Installation is automated with the following command:
|
|||||||
|
|
||||||
## Features
|
## 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)
|
(constantly growing lists)
|
||||||
|
|
||||||
@@ -48,6 +49,7 @@ With Github integration
|
|||||||
### Services
|
### Services
|
||||||
|
|
||||||
- [Plausible Analytics](https://plausible.io)
|
- [Plausible Analytics](https://plausible.io)
|
||||||
|
- [NocoDB](https://nocodb.com)
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "coolify",
|
"name": "coolify",
|
||||||
"description": "An open-source, hassle-free, self-hostable Heroku & Netlify alternative.",
|
"description": "An open-source, hassle-free, self-hostable Heroku & Netlify alternative.",
|
||||||
"version": "1.0.17",
|
"version": "1.0.18",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev:docker:start": "docker-compose -f docker-compose-dev.yml up -d",
|
"dev:docker:start": "docker-compose -f docker-compose-dev.yml up -d",
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (installations.length === 0) {
|
if (installations.length === 0) {
|
||||||
relogin = true;
|
loading.github = false;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$application.github.installation.id = installations[0].id;
|
$application.github.installation.id = installations[0].id;
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user