#external library synology
1 messages · Page 1 of 1 (latest)
:wave: Hey @hot meteor,
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
.
References
- Container Logs:
docker compose logsdocs - Container Status:
docker compose psdocs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
Checklist
- :ballot_box_with_check: I have verified I'm on the latest release(note that mobile app releases may take some time).
- :ballot_box_with_check: I have read applicable release notes.
- :ballot_box_with_check: I have reviewed the FAQs for known issues.
- :ballot_box_with_check: I have reviewed Github for known issues.
- :ballot_box_with_check: I have tried accessing Immich via local ip (without a custom reverse proxy).
- :ballot_box_with_check: I have uploaded the relevant logs, docker compose, and .env files, making sure to use code formatting.
- :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.
Successfully submitted, a tag has been added to inform contributors. :white_check_mark:
And what have you done exactly?
I have installed immich following this tutorial on my synology nas https://www.youtube.com/watch?v=8Fc7FTmrX_I
This is my yml code.
When I enter immich and click Add External Library, I get the following error message
The path of the folder where I have my images is /volume1/DOCUMENTS/My images
This is the error message
You need to first add it to the volumes section of the immich server @hot meteor :
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
- '/volume1/DOCUMENTS/My images':/mnt/my_images
With this you can add the path /mnt/my_images in the immich external folder settings
Personally I would not use spaces in folder names.
I changed the name of the folder to make it more friendly
add the following code
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
- /volume1/DOCUMENTS/Imagenes:/mnt/Imagenes
but it keeps giving me the same message
Did you do any docker commands after changing the compose?
It won't pick it up automatically, you need to docker compose up -d again
- I have restarted the /container manager/project and it doesn't work,
- I have stopped and started docker and it doesn't work,
- I have deleted all the folders and created a new project from container manager like this video but adding that line and it doesn't work either, I can't start the server because of this message
/volume1/DOCUMENTS/Imagenes wouldn't happen to be inside another container would it
I'm working with a synology 420+ NAS
where? sorry i'm not very familiar with docker
YOU have put volume1/DOCUMENTS/Imagenes inside of the compose file
But your actual folder is named DOCUMENTOS, there's an 'o' at the end.
So just correct the typo 🙂
How do you do this command inside the DSM?
Don't know, I don't use DSM
Now it works great, thanks a lot,
Now all the images are displayed without thumbnails, but I imagine that will be fixed when the scan is finished!!
thanks
It will be until the generation job is finished, that might be some time. 😛
If you have a lot of images it might take half a day or more
Yes, about 70,000
I see that on the iPhone it takes a long time to upload, 10 seconds for each one
I bet it will be faster once the processing is done