os-js / osjs-filemanager-application

OS.js File Manager Application

Home Page:https://manual.os-js.org/v3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

change default mount points

msjavan opened this issue · comments

How can I change default mount points of file manager? (i.e. Rename / Remove)

image

Copy this into your local configuration: https://github.com/os-js/osjs-client/blob/master/src/config.js#L235

Then in your bootstrap https://github.com/os-js/OS.js/blob/master/src/client/index.js#L58 you can do:

const osjs = new Core(config, {
  omit: ['vfs.mountpoints']
});