diff --git a/README.md b/README.md index 3d3e1abf5..c485aa55e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ No vendor lock-in, which means that all the configuration for your applications/ For more information, take a look at our landing page [here](https://coolify.io). -> If you are looking for previous (v3) version, it is [here](https://github.com/coollabsio/coolify/tree/v3). +# Donations +To stay completely free, open-source, no feature behind paywall and evolve the project, we need your help. If you like Coolify, please consider donating to help us fund the future development of the project. + +https://coolify.io/sponsorships + +Thank you so much! # Cloud @@ -20,25 +25,26 @@ You can easily attach your own servers, get all the automations, free email noti For more information & pricing, take a look at our landing page [here](https://coolify.io). -# Beta +## Why should I use the Cloud version? +The recommended way to use Coolify is to have one server for Coolify and one (or more) for the resources you are deploying. A server is around 4-5$/month. -The latest version (v4) is still in beta. That does not mean it is unstable. All the features that are available are stable enough be usable in real-life. - -There are hundreds of people using it for managing their client's applications, freelancers, hobbyists, businesses. +By subscribing to the cloud version, you get the Coolify server for the same price, but with: +- highly availability +- free email notifications +- etc # Installation ```bash curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash ``` +You can find the installation script source [here](./scripts/install.sh). -You can find the installation script [here](./scripts/install.sh). - -## Support +# Support Contact us [here](https://coolify.io/docs/contact). -## Recognitions +# Recognitions
@@ -54,11 +60,11 @@ Contact us [here](https://coolify.io/docs/contact).
-## 💰 Financial Contributors
+# 💰 Financial Contributors
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/coollabsio/contribute)]
-### Organizations
+## Organizations
Special thanks to our biggest sponsors, [CCCareers](https://cccareers.org/) and [Appwrite](https://appwrite.io)!
@@ -78,10 +84,10 @@ Support this project with your organization. Your logo will show up here with a
-### Individuals
+## Individuals
-## Star History
+# Star History
[](https://star-history.com/#coollabsio/coolify&Date)
diff --git a/config/sentry.php b/config/sentry.php
index 2de0f59df..b66785b50 100644
--- a/config/sentry.php
+++ b/config/sentry.php
@@ -7,7 +7,7 @@ return [
// The release version of your application
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
- 'release' => '4.0.0-beta.138',
+ 'release' => '4.0.0-beta.139',
// When left empty or `null` the Laravel environment will be used
'environment' => config('app.env'),
diff --git a/config/version.php b/config/version.php
index 8915456f9..085941feb 100644
--- a/config/version.php
+++ b/config/version.php
@@ -1,3 +1,3 @@