Accessing local.drizzle.studio on another machine due to having to ssh
Hey, I am trying to port forward / access the instance of Drizzle Studio from another machine on the same network.
- What I have tried. Manually port forwarding the port that drizzle local uses to another machine
4983
4983
- doing what the docs say
npm drizzle-kit studio --host 0.0.0.0
npm drizzle-kit studio --host 0.0.0.0
; however, this only connects to the DB, and if the schema is also on the server, this does not work.
Ideal, I would want a way to run/host drizzle on the SSH instance and access it with either local tunneling (with SSH forwarding) or local network tunneling.