Skip to content

Generic Template Configuration

The Generic template allows users to mount each rclone supported Storage within JupyterLab.

JupyterLab DataMount uses rclone to mount WebDAV. Check out their documentation for more details.

Configuration Parameters

To configure a Generic mount, the following parameters are required:

  • Type: Type of storage to configure.
  • Add more options. Check out the rclone documentation for all options.
Generic

Advanced

RClone configuration
The following configuration is used to mount WebDAV with rclone:
generic.config:
[generic]
type = _type_
<br>
Mounted via <br>
```bash
rclone mount --config generic.config _type_:/ _path_ --vfs-cache-max-size=10G --vfs-read-chunk-size=64M --vfs-cache-mode=writes --allow-other --uid=1000 --gid=100