Hi dear community,
I'm new to Immich and currently trying to setup external library scanning via a mount on my NAS.
Here's what I did:
-
Mount the path to the immich-server service in compose.yaml:
name: immich
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
volumes:- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
- /mnt/homelab-pool/apps/minio/data/backup:/libs/backup:ro
env_file: - .env
...
..
-
Check whether the path and files are recognized in the container:
root@d6a69b209be4:/# ls /libs/backup/Familie
2021-07-30_17-15-14_IMG_2417.JPG 2021-07-30_17-18-22_IMG_2416.JPG 2022-09-16_20-45-03_IMG_3805.HEIC -
Check whether the library path is recognized by Immich (see photo)
-
Force rescan
Result: Library keeps empty, even though there are just three photos in it.
Did I missed anything?
.