From bc1d229c9b540697320ad7329641005f8a234f82 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Mon, 28 Jul 2025 19:18:42 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manyfold/README.md b/manyfold/README.md index 983c166..6207e4c 100644 --- a/manyfold/README.md +++ b/manyfold/README.md @@ -31,7 +31,7 @@ $ docker load < $(nix-build nix/docker.nix) # Filesystem overlay-mechanism -The server-image will boot `manyfold/cli/manyfold.sh boot` and check for directory `/manifold` (in the container). +The server-image will boot `manyfold/cli/manyfold.sh boot` and check for directory `/manyfold` (in the container). When found, it uses the files in there instead (`/manyfold/usr/src/app/public/404.html` instead of `/usr/src/app/public/404.html` e.g.). # Remote network-drives (with models) @@ -47,7 +47,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 (by [manifold.sh](cli/manifold.sh) `rclone_automount`-cmd) during container boot. +Your drives will get automagically mounted 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.