From 82c235d5afcd487dc1ea03749ca48824ea24ba71 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 14 Sep 2023 23:32:58 +0200 Subject: [PATCH] add features to pricing --- .../views/components/pricing-plans.blade.php | 167 +++++++++++++++++- 1 file changed, 166 insertions(+), 1 deletion(-) diff --git a/resources/views/components/pricing-plans.blade.php b/resources/views/components/pricing-plans.blade.php index 552247a74..f05339cd4 100644 --- a/resources/views/components/pricing-plans.blade.php +++ b/resources/views/components/pricing-plans.blade.php @@ -21,7 +21,8 @@ class="sr-only"> -
{{config('constants.limits.trial_period')}} days trial included on all plans, without credit card details.
+
{{ config('constants.limits.trial_period') }} + days trial included on all plans, without credit card details.
Save 1 month annually with the yearly plans.
@@ -289,6 +290,170 @@ class="grid max-w-sm grid-cols-1 -mt-16 divide-y divide-coolgray-500 isolate gap
+
Included in all plans
+
+
+
+
+ + + +
+
Bring Your Own Servers
+
+
+ Bring your own server from any cloud providers, or even your own server at home! All you need is SSH + access. You will have full control over your server, and you can even use it for other purposes. +
+
+
+
+
+ + + + + + + + +
+
Server Automations
+
+
+ Once you connected your server, Coolify will start managing it and do a + lot of adminstrative tasks for you. You can also write your own scripts to + automate your server*. +
+
+
+
+
+ + + + + + +
+
No Vendor Lock-in
+
+
+ You own your own data. All configurations saved on your own servers, so if + you decide to stop using Coolify, you can still continue to manage your + deployed resources. +
+
+ +
+
+
+ + + + + + + + +
+
Monitoring
+
+
+ Coolify will automatically monitor your configured servers and deployed + resources. Notifies you if something goes wrong on your favourite + channels, like Discord, Telegram, via Email and more... +
+
+
+
+
+ + + + + + +
+
Automatic Backups
+
+
+ We automatically backup your databases to any S3 compatible solution. If + something goes wrong, you can easily restore your data with a few clicks. +
+
+
+
+
+ + + + + +
+
Powerful API
+
+
+ Programatically deploy, query, and manage your servers & resources. + Integrate to your CI/CD pipelines, or build your own custom integrations. * +
+
+
+
+
+ + + + + + + +
+
Push to Deploy
+
+
+ Git integration is default today. We support hosted (github.com, + gitlab.com*) or self-hosted* + (Github Enterprise, Gitlab) Git repositories. +
+
+
+
+
+ + + +
+
Pull Request Deployments
+
+
+ Automagically deploy new commits and pull requests separately to quickly + review contributions and speed up your teamwork! +
+
+
+
+ * Some features are work in progress and will be available soon. +
@isset($other) {{ $other }}