Hello, I am a new user. I am trying to set up Immich to test it out as an alternative to PhotoPrism. I am unfamiliar with Docker and learning as I go.
I have set up Immich on an Ubuntu 22.04 VM under TrueNAS Core. I do not have GUI access to the install, only SSH.
I am trying to add an external library with my 8000+ existing photos using this guide. https://immich.app/docs/guides/external-library/ When I scan for new files in Immich, I get the notification that it has begun scanning but nothing happens. **No images appear and all Jobs are listed as 0 in the Jobs section.
**
The folder with the photos is mounted to the VM through an NFS share. To eliminate this as a potential problem, I created a local folder on the VM with a simple png in it and tried adding this as an external library. This also did not work.
I apologies if this is a simple fix and I am being dumb.
.env file:
OCATION=./library
DB_DATA_LOCATION=./postgres
IMMICH_VERSION=release
DB_PASSWORD=
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
EXTERNAL_PATH=/home/Photos_NFS_Share
EXTERNAL_PATH2=/home/adam/Pictures
docker-compose.yml:
attached as a screenshot
.