Let me start by saying that Immich is a great and fundamental app for someone like me who is trying to ditch Google services for good.
For the past couple of days I have been running an Immich docker image in my Unraid system, but I would like to move my thumbs folder into my cache (SSD). I believe this would decrease the amount of access that my array suffers for the thumbnails. The remainig folders (encoded-video,library and upload) would continue to be in the array.
For that I have edited the docker configuration with the following setup:
/photos/encoded-video/ -> /mnt/user/immich/encoded-video/
/photos/library/ -> /mnt/user/immich/library/
/photos/upload/ -> /mnt/user/immich/upload/
/photos/thumbs/ -> /mnt/user/immich_thumbs/ (This is a cache share)
Afterwards I simply kept all the other folders in the same cache and just moved the folder "thumbs" to my new share. However, Immich isn't recognizing any of the paths as no photos and thumbs are being fetched.
Does anyone had this problem before?
.