diff --git a/docs/docs/FAQ/Assets-FAQ.md b/docs/docs/FAQ/Assets-FAQ.md index 61d41ca8cf..033af1f1e3 100644 --- a/docs/docs/FAQ/Assets-FAQ.md +++ b/docs/docs/FAQ/Assets-FAQ.md @@ -14,12 +14,16 @@ Template changes will only apply to new assets. To retroactively apply the templ ### Why are only photos and not videos being uploaded to Immich? -This often happens when using a reverse proxy or cloudflare tunnel in front of Immich. Make sure to set your reverse proxy to allow large POST requests. In `nginx`, set `client_max_body_size 50000M;` or similar. Also check the disk space of your reverse proxy, in some cases proxies cache requests to disk before passing them on, and if disk space runs out the request fails. +This often happens when using a reverse proxy (such as nginx or Cloudflare tunnel) in front of Immich. Make sure to set your reverse proxy to allow large POST requests. In `nginx`, set `client_max_body_size 50000M;` or similar. Also check the disk space of your reverse proxy, in some cases proxies cache requests to disk before passing them on, and if disk space runs out the request fails. ### In the uploads folder, why are photos stored in the wrong date? This is fixed by running the storage migration job. +### How can I hide photos from the timeline? + +You can archive them. + ### How can I backup data from Immich? See [backup and restore](/docs/administration/backup-and-restore.md). diff --git a/docs/docs/FAQ/Machine-Learning-FAQ.md b/docs/docs/FAQ/Machine-Learning-FAQ.md index b507726466..86d41ce047 100644 --- a/docs/docs/FAQ/Machine-Learning-FAQ.md +++ b/docs/docs/FAQ/Machine-Learning-FAQ.md @@ -5,7 +5,7 @@ sidebar_position: 6 ### How does smart search work? -Immich uses CLIP models, for more information about CLIP and its capabilities. Read about it [here](https://openai.com/research/clip). +Immich uses CLIP models, for more information about CLIP and its capabilities read about it [here](https://openai.com/research/clip). ### How does facial recognition work? @@ -58,4 +58,16 @@ This is not currently implemented, but may be in the future. On the other hand, Immich uses a thumbnail image created from the video in order to scan it for a face, if there is a face in the thumbnail image of the video, Immich will try to recognize a face in thumbnail. ### Does Immich have animal recognition? -No. \ No newline at end of file + +No. + +### The immich_model-cache volume takes up a lot of space, what could be the problem? + +If you installed several models and chose not to use some of them, it might be worth deleting the old models that are in immich_model-cache. + +To be able to do this you can run: + +- `docker run -it --rm -v immich_model-cache:/mnt ubuntu bash` +- `cd mnt` +- `ls` +- and delete unused models with `rm -r `. diff --git a/docs/docs/FAQ/Performance-FAQ.md b/docs/docs/FAQ/Performance-FAQ.md index 0103515751..8bc2128ee1 100644 --- a/docs/docs/FAQ/Performance-FAQ.md +++ b/docs/docs/FAQ/Performance-FAQ.md @@ -6,7 +6,7 @@ sidebar_position: 7 ### Why is Immich slow on low-memory systems like the Raspberry Pi? -Immich optionally uses machine learning for several features. However, it can be too heavy to run on a Raspberry Pi. You can [mitigate](/docs/FAQ/Performance-FAQ#how-can-i-lower-immichs-cpu-usage) this or [disable](/docs/FAQ/Machine-Learning-FAQ#how-can-i-disable-machine-learning) machine learning entirely. +Immich optionally uses machine learning for several features. However, it can be too heavy to run on a Raspberry Pi. You can [mitigate](/docs/FAQ/Performance-FAQ#how-can-i-lower-immichs-cpu-usage) this or transfer to host Immich's machine-learning container on a [more powerful system](/docs/guides/remote-machine-learning) ,or [disable](/docs/FAQ/Machine-Learning-FAQ#how-can-i-disable-machine-learning) machine learning entirely. ### How can I lower Immich's CPU and RAM usage? diff --git a/docs/docs/guides/machine-learning.md b/docs/docs/guides/remote-machine-learning.md similarity index 100% rename from docs/docs/guides/machine-learning.md rename to docs/docs/guides/remote-machine-learning.md diff --git a/docs/docs/overview/Comparison.md b/docs/docs/overview/Comparison.md index 1201b47b04..db7e6284e6 100644 --- a/docs/docs/overview/Comparison.md +++ b/docs/docs/overview/Comparison.md @@ -1,11 +1,11 @@ --- -sidebar_position: 6 +sidebar_position: 2 --- # Comparison If you're new here and came from other photo self-hosting alternatives you might want to look at a comparison between Immich and your current self-hosting. -Here you can see a [comparison between the various OpenSource Photo Libraries including Immich](https://meichthys.github.io/foss_photo_libraries/). +Here you can see a [comparison between the various OpenSource Photo Libraries](https://meichthys.github.io/foss_photo_libraries/) including Immich. :::note diff --git a/docs/docs/overview/help.md b/docs/docs/overview/help.md index ecdc0e120e..e33fb65451 100644 --- a/docs/docs/overview/help.md +++ b/docs/docs/overview/help.md @@ -1,5 +1,5 @@ --- -sidebar_position: 5 +sidebar_position: 6 --- # Help Me! diff --git a/docs/docs/overview/logo.md b/docs/docs/overview/logo.md index a1fc786142..e30140f4fb 100644 --- a/docs/docs/overview/logo.md +++ b/docs/docs/overview/logo.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 4 --- # Logo diff --git a/docs/docs/overview/quick-start.mdx b/docs/docs/overview/quick-start.mdx index 88a4af6b20..b9100bc570 100644 --- a/docs/docs/overview/quick-start.mdx +++ b/docs/docs/overview/quick-start.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 3 --- # Quick Start diff --git a/docs/docs/overview/support-the-project.md b/docs/docs/overview/support-the-project.md index 391603cecf..a6c2e7d806 100644 --- a/docs/docs/overview/support-the-project.md +++ b/docs/docs/overview/support-the-project.md @@ -1,5 +1,5 @@ --- -sidebar_position: 4 +sidebar_position: 5 --- # Support The Project