📃 master: update documentation

This commit is contained in:
Leon van Kammen 2025-07-28 18:41:09 +02:00
parent d6327ed153
commit 24e98cff75

View file

@ -19,7 +19,7 @@ $ docker load < $(nix-build nix/docker.nix)
| `THEME` | `default` | bootstrap theme | | `THEME` | `default` | bootstrap theme |
| `NO_OVERLAYFS` | `` | disable the filesystem overlay mechanism | | `NO_OVERLAYFS` | `` | disable the filesystem overlay mechanism |
| `NO_DEFAULTDB` | `` | disable the default db (activates manyfold installer) | | `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 # 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 * add network drives by running `docker exec -it rclone config` in a running container
* profit! * 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.