Hi, I really didn't want to create a post here, as I felt it was the last resort. I consulted with ChatGPT for over an hour and a half and I'm not getting anywhere. I thought this setup would be more common, but FAQ, nor these topics suggest that (maybe it's so obvious and I'm just stupid enough to realise 🙂 )
Anyway. My setup is as follows:
- Windows 10 Pro latptop running all sorts of shenanigans. Decided I wanted to take Immich for a spin.
- Installed docker-desktop
- Grabbed the .env and the docker-compose.yml files
- Wanted to keep it simple. Created a folder at C:\Immich and pasted the files there
- Updated the DB_PASSWORD and the TZ and everything workes up until this point
- Now I want to upload my photos to a NAS I have - and problems start
- NAS is mounted as a network drive to the Windows machine as an M:\ drive (UNC is \10.13.2.3\Ares)
- Created a folder called at M:\Immich
- Tried a lot if different approaches with AI.
Like:UPLOAD_LOCATION=//10.13.2.3/Ares/Immich/(thought for sure that one would work)
The error I keep seeing in the logs is:
ERROR [Microservices:StorageService] Failed to read upload/encoded-video/.immich: Error: ENOENT: no such file or directory, open 'upload/encoded-video/.immich'
It seems like a permission issue and I'm really lost as to what on Earth am I supposed to do.
I'm not trying to do the external library. I don't have any photos on the NAS, yet, so I want a clean, fresh install, where I want to start uploading the files to the NAS. The database and whatnot can stay on the windows machine.
Any help is SO oh so appreciated. Thanks.
.