webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

localFolderWhitelist for dataset exploring should work for multi-datastore setup

Open fm3 opened this issue 1 year ago • 0 comments

The explore code runs on the wk side. It is not guaranteed that the wk side has access to the same local filesystem as the datastore module.

This means that exploring should (at least for local files) be moved to the datastore entirely, and the wk side should not need to read the config option localFolderWhitelist

This is a follow-up for #7389

fm3 avatar May 02 '24 15:05 fm3