Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 920 Bytes

File metadata and controls

42 lines (30 loc) · 920 Bytes

File System module

File System Module for Open Web Desktop.

Overview

This module enables a filesystem allowing ZenFS to be implemented in each theme or app.

Features

  • Implements a Node.js-like filesystem using ZenFS
  • Allows different mounts like temp folders and zip files

Installation

owd install-module @owdproject/module-fs

Configuration

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.

License

This module is released under the MIT License.