#Help adding external library directories

1 messages · Page 1 of 1 (latest)

kindred egretBOT
#

:wave: Hey @dense monolith,

Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich immich.

References

Checklist

  1. :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
  2. :ballot_box_with_check: I have read applicable release notes.
  3. :ballot_box_with_check: I have reviewed the FAQs for known issues.
  4. :ballot_box_with_check: I have reviewed Github for known issues.
  5. :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
  6. :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files, making sure to use code formatting.
  7. :ballot_box_with_check: I have tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable

(an item can be marked as "complete" by reacting with the appropriate number)

If this ticket can be closed you can use the /close command, and re-open it later if needed.

dense monolith
kindred egretBOT
night tinsel
#

Hello I experimented with the feature of external libraries a bit this weekend. And I was having the problem, that I was able to add the library but it did not show up. The problem that I had was, that the immich-microservice container also needs access to the external library, and I missed that.
(Maybe you want to check if that is the case for you too?)

kindred egretBOT
#

This thread has been closed. To re-open, use the button below.

blazing cipher
night tinsel
# blazing cipher How did you give the microservice container access too?

In the docker compose, you have something alike (if you have an older docker-compose.yml):

immich-server:
  volumes:
    - ${UPLOAD_LOCATION}:/usr/src/app/upload
    - /mnt1/:/mnt1/
immich-microserverices:
   volumes:
    - ${UPLOAD_LOCATION}:/usr/src/app/upload
    - /mnt1/:/mnt1

Where the last last line is the important one in the immich-microservices part.