From 24e98cff75f671db6770f38dce4bfd792859d2fd Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Mon, 28 Jul 2025 18:41:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20master:=20update=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manyfold/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.