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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...