jess-sheneberger / printqueue

a print queue for the gjmakerspace
0 stars 0 forks source link

consider moving to a server in the makerspace #3

Open jess-sheneberger opened 1 year ago

jess-sheneberger commented 1 year ago

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

jess-sheneberger commented 1 year ago

also will need a new script to deploy on whatever infrastructure we decide to use