From 04383db09c4ad57daac3f01ea994c7dcc1357b77 Mon Sep 17 00:00:00 2001 From: Ismail D Date: Sat, 11 Sep 2021 14:42:34 +0200 Subject: [PATCH] Update price comparison Been using Hetzner for some time and it's the best and cheaper way to host Caprover apps Quick comparison: | Machine | Hetzner | Vultr | Heroku | |---|---|---|---| | 2GB RAM | 5$ | 10$ | 250$ | | 16GB RAM | 22.35$ | 80$ | 500$ | --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff1160..ad37f08 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ It's blazingly fast and very robust as it uses Docker, nginx, LetsEncrypt and Ne ### Seriously! Who should care about CapRover? - A [web] developer who does not like spending hours and days setting up a server, build tools, sending code to server, build it, get an SSL certificate, install it, update nginx over and over again. -- A developer who uses expensive services like Heroku, Microsoft Azure and etc. And is interested in reducing their cost by 4x (Heroku charges 25$/month for their 1gb instance, the same server is 5$ on vultr!!) +- A developer who uses expensive services like Heroku, Microsoft Azure and etc. And is interested in reducing their cost by 50x (Heroku charges 250$/month for their 2gb instance, the same server is 5$ on Hetzner!!) - Someone who prefers to write more of `showResults(getUserList())` and not much of `$ apt-get install libstdc++6 > /dev/null` - A developer who likes installing MySQL, MongoDB and etc on their server by selecting from a dropdown and clicking on install! - How much server/docker/linux knowledge is required to set up a CapRover server? Answer: Knowledge of Copy & Paste!! Head over to "Getting Started" for information on what to copy & paste ;-)