diff --git a/manyfold/README.md b/manyfold/README.md index 9a25fa9..0ddbffb 100644 --- a/manyfold/README.md +++ b/manyfold/README.md @@ -48,14 +48,14 @@ When found, it uses the files in there instead (`/manyfold/usr/src/app/public/40 ![](https://i.imgur.com/4VMF3CQ.png) -To enable rclone to mount network drives, the container must be run with FUSE-device support. +To enable rclone to mount **readonly** network drives, the container must be run with FUSE-device support. The quickest way is: * add `-v ./manyfold/root/.config:/root/.config --cap-add SYS_ADMIN --security-opt apparmor:unconfined --device /dev/fuse` to the docker cmd -* add network drives by running `docker exec -it rclone config` in a running container +* add network drives by running `docker exec -it rclone config` in a running container (see example below) * profit! -Your drives will get automagically mounted and added to the database automagically (by [manyfold.sh](cli/manyfold.sh) `rclone_automount`-cmd) during container boot. +Your drives will/should get automagically mounted **readonly** and added to the database automagically (by [manyfold.sh](cli/manyfold.sh) `rclone_automount`-cmd) during container boot. > NOTE: by default all rclone remotes automagically show up as separate manyfold libraries, however use `RCLONE_REMOTE` this to specify a [combined](https://rclone.org/combine/) or [union](https://rclone.org/union/) rclone remote.