I realized after awhile gitpod session will end and I'll need to reinitiate the process. How do I make it stay live?
Hey there 👋 I don't think Gitpod provide option for long-running servers. Gitpod is a development environment in cloud and it should not be used for production.
What you can do is to use Digital Ocean and it's 1 click droplets for Appwrite: https://marketplace.digitalocean.com/apps/appwrite
Digital Ocean charges per every hour your server runs, and is meant to be used for hosting your production server. I believe they charge around 10$/month for a stable server where we seen other developers serve as high as 1M requests in month and 200k users with no issues.
You are also free to host Appwrite on any other server provider such as Vultr, Google Cloud, AWS or some provider from your country. I usually recommend Digital Ocean because of it's integration and how easy it is to get Appwrite running on it.
Okay, I do appreciate you
but which of them is the cheapest and still reliable in service? @Meldiron
I would say Vultr or DigitalOcean are both a good balance between price and quality.
You could also check out Appwrite Cloud and register interest here: https://appwrite.io/cloud If you get picked for private beta, you would have Appwrite running in cloud for free, managed by us.
[PARTIALLY - SOLVED] gitpod stopping
really, wow, I'll check both out @Meldiron
I was thinking AWS is the cheapest since they're the biggest provider world-wide
[SOLVED] gitpod stopping
Recommended threads
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- Github Student org plan shows "Free Plan...
For few days, there is banner info appearing, says "Your Free plan includes up to 2 projects and limited resources" in github stundent org plan..?
- Migration Failed from 1.7.4 → 1.8.1: "Co...
Hey everyone! 👋 I'm trying to upgrade my self-hosted Appwrite from **1.7.4 to 1.8.1** and the migration is consistently failing **Environment:** - Current ve...