It's been a few days since I'm thinking how to scale my site.
I'd like to scale out with new VPS, instead of scale-in the machine.
What I'd like to have in the end is something like: 1 "Nginx + Ghost"-vps, 2 "NodeBB"-vps, 1 "redis"-vps.
My only real concern is: how to handle the uploads?
I already use Imgur for the images, but I don't like the idea of an S3 bucket. There is a way to "share" some space between the two NodeBB vps (and the NginX), also using another vps as "disk only"?
I'm actually using (and I really like) OVH, do you know if there is some feature that allows to share this "space" not in readonly mode?
I'm trying to figure out this also to "implement" a Google-Cloud auto-scalable solution. (If I'll manage to do something, I'll write a guide on how to do that
)