📃 master: update documentation
This commit is contained in:
parent
24e98cff75
commit
4ceabe0c0b
1 changed files with 6 additions and 2 deletions
|
|
@ -34,7 +34,11 @@ $ docker load < $(nix-build nix/docker.nix)
|
||||||
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 `/manifold` (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.).
|
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 model-drives
|
# Remote network-drives (with models)
|
||||||
|
|
||||||
|
> Thanks to [rclone](https://rclone.org) network-drives automatically show up as manyfold libraries.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
To enable rclone to mount network drives, the container must be run with FUSE-device support.
|
To enable rclone to mount network drives, the container must be run with FUSE-device support.
|
||||||
The quickest way is:
|
The quickest way is:
|
||||||
|
|
@ -43,7 +47,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 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.
|
> 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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue