Using existing photos on Synology
I am hosting Immich on my Synology, and currently I only have images uploaded from Mobile in Immich. They are located in, "/volume1/homes/name/Photos/Mobile/a2b3ad97-2791-4054-917b-b04c19796d85" The last folder is created by Immich, and I believe it is stopping Synology Photos from indexing them. I want to be able to have them uploaded by Immich and show up in Synology Photos also.
All of my other photos from my camera and not uploaded from mobile are stored in "/volume1/homes/name/Photos/Pictures/year/month"
Whats the best way to have all of my images in "/volume1/homes/name/Pictures" show up in Immich, so that the photos from Mobile are still uploaded to the /Mobile folder, but not in a subfolder with the "uuid"?
immich-server:
image: ghcr.io/immich-app/immich-server:release
command: ["start-server.sh"]
container_name: Immich-server
hostname: immich-server
#user: 1026:101
security_opt:
- no-new-privileges:true
env_file:
- stack.env
volumes:
- /volume1/homes/name/Photos/Mobile:/usr/src/app/upload/library
- /volume3/dockerssd/immich/upload/upload:/usr/src/app/upload/upload
- /volume3/dockerssd/immich/upload/encoded-video:/usr/src/app/upload/encoded-video
- /volume3/dockerssd/immich/upload/thumbs:/usr/src/app/upload/thumbs
- /volume1/homes/name/Photos:/volume1/homes/name/Photos
restart: always
depends_on:
immich-redis:
condition: service_healthy
immich-db:
condition: service_started
typesense:
condition: service_started
1 Reply
Anyone have any ideas?