Closed RangerMauve closed 1 year ago
There should be a way to mount hyperdrives onto your hyperdrive.
I propose something like
MOUNT /path/to/dir {body: 'hyper://tomount'} => 200 OK UNMOUNT /path/to/dir => 200 OK
You can specify the path you want to mount at (the parent folders will get auto-created), and specify the hyper:// URL you want mounted in there.
hyper://
You can remove a mount by using UNMOUNT and the path to the mount.
Closed? Decided this will go elsewhere?
Whoops!
the latest version of hyperdrive does not have this anymore
There should be a way to mount hyperdrives onto your hyperdrive.
I propose something like
You can specify the path you want to mount at (the parent folders will get auto-created), and specify the
hyper://
URL you want mounted in there.You can remove a mount by using UNMOUNT and the path to the mount.