Hi there, has anyone managed to host it with Google Cloud? Or does anyone know how to? I managed to import it locally but I’m not sure how to deploy it with my tree in Cloud Run. It crashes since it requires the tree file as an argument. I tried adding an argument like so: -e TREE=gs://tree_db/tree.gramps
but it doesn’t work. Any hints? Thank you.
A long time ago we hosted the demo on Cloud Run, but it didn’t work well as Gramps Web requires persistent storage. I guess the best solution for a small deployment would be Compute Engine, but I haven’t tried. Kubernetes Engine is possible, but it’s very complex to set up and quite expensive.