os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
31 stars 31 forks source link

Allow VFS in standalone mode via mountpoint options #120

Closed andersevenrud closed 4 years ago

andersevenrud commented 4 years ago

As the title says, there should be an option to allow VFS interaction in standalone mode based on mountpoint defined options.

{
  vfs: {
    mountpoints: [{
      standalone: true // new option
     }]
   }
}
andersevenrud commented 4 years ago

A derp on my end. This already works and my test setup used included some outdated configurations. However, I came upon something else that was fixed in 5a82a34a1affc377fb4319c529a8448e161777c7.