forked from coollabsio/coolify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b94a50e
commit 42504f0
Showing
6 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,33 @@ | ||
# Coolify | ||
# Coolify v4 Beta | ||
|
||
An open-source & self-hostable Heroku / Netlify alternative. | ||
|
||
# v4 | ||
# Beta | ||
|
||
You are checking the next-gen of Coolify here, aka v4. Hi 👋 | ||
You are checking the next-gen of Coolify, aka v4. Hi 👋 | ||
|
||
Thinks will be added here incrementally through PR's. | ||
It is still in beta, lots of improvements will come every day. Things could break, but we are working hard to make it stable as soon as possible. If you find any bugs, please report them. | ||
|
||
Automatic updates are available, so you will receive the latest version as soon as it is released. | ||
|
||
If you are looking for v3, check out the [v3 branch](https://github.com/coollabsio/coolify/tree/v3). | ||
|
||
## What's new? | ||
|
||
Well, the whole tech stack changed, core is different, so yeah, a lot. | ||
|
||
# Installation | ||
|
||
```bash | ||
curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash | ||
``` | ||
|
||
You can find the installation script [here](./scripts/install.sh). | ||
|
||
## Support | ||
|
||
- Mastodon: [@andrasbacsai@fosstodon.org](https://fosstodon.org/@andrasbacsai) | ||
- Twitter: [@heyandras](https://twitter.com/heyandras) | ||
- Mastodon: [@andrasbacsai@fosstodon.org](https://fosstodon.org/@andrasbacsai) | ||
- Email: [[email protected]](mailto:[email protected]) | ||
- Discord: [Invitation](https://coollabs.io/discord) | ||
- Telegram: [@andrasbacsai](https://t.me/andrasbacsai) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<?php | ||
|
||
return '4.0.0-nightly.25'; | ||
return '4.0.0-nightly.26'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"version": "3.12.32" | ||
}, | ||
"v4": { | ||
"version": "4.0.0-nightly.25" | ||
"version": "4.0.0-nightly.26" | ||
} | ||
} | ||
} |