Right now prod is hosted on my personal Google Cloud account, using Google Cloud Run and Google Cloud Storage. Costs are anticipated to be zero because usage will likely stay on the free tier, but to avoid any possibility of costs we could change the app to run it from a physical server in the makerspace wiring closet.
This will require:
I'll need access to a VM (or Kube, or a physical server, or something) at the makerspace,
Rewrite the /api/upload API to stash uploaded files on local disk instead of Google Cloud Storage
Right now prod is hosted on my personal Google Cloud account, using Google Cloud Run and Google Cloud Storage. Costs are anticipated to be zero because usage will likely stay on the free tier, but to avoid any possibility of costs we could change the app to run it from a physical server in the makerspace wiring closet.
This will require: I'll need access to a VM (or Kube, or a physical server, or something) at the makerspace, Rewrite the /api/upload API to stash uploaded files on local disk instead of Google Cloud Storage