This module enables a filesystem allowing ZenFS to be implemented in each theme or app.
- Implements a Node.js-like filesystem using
ZenFS
- Allows different mounts like temp folders and zip files
owd install-module @owdproject/module-fs
You could set this configuration in /desktop/owd.config.ts
:
fs: {
mounts: {
'/music/meteora': '/meteora.zip',
'/home': 'WebStorage',
'/tmp': 'InMemory',
},
},
If you are mounting zips, place them in your /desktop/public
folder.
This module is released under the MIT License.