diff --git a/manyfold/README.md b/manyfold/README.md index db219cd..823ebee 100644 --- a/manyfold/README.md +++ b/manyfold/README.md @@ -19,7 +19,7 @@ $ docker load < $(nix-build nix/docker.nix) | `THEME` | `default` | bootstrap theme | | `NO_OVERLAYFS` | `` | disable the filesystem overlay mechanism | | `NO_DEFAULTDB` | `` | disable the default db (activates manyfold installer) | -| `RCLONE_REMOTE` | `` | specify rclone remote name (without semicolon) to mount (by default rclone mounts+adds every rclone remote). Use this to specify a [combined](https://rclone.org/combine/) or [union](https://rclone.org/union/) remote| +| `RCLONE_REMOTE` | `` | specify **single** rclone remote name (without semicolon) to mount | # Default database / admin login @@ -43,5 +43,7 @@ The quickest way is: * add network drives by running `docker exec -it rclone config` in a running container * profit! -> your drives will get automagically mounted and added to the database automagically (manifold.sh](manyfold/cli/manifold.sh) rclone_automount) during boot +Your drives will get automagically mounted and added to the database automagically (manifold.sh](manyfold/cli/manifold.sh) rclone_automount) during 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.