I'm setting Immich for the first time and I'm having some issue locating the uploaded photo.
I've set "UPLOAD_LOCATION" to //192.168.1.123/folder1/folder2
Created secured smb-cred.txt with smb credentials that can access UPLOAD_LOCATION.
Added secrets to docker compose file.
I uploaded one image but folder2 is still empty.
Am I doing something wrong here?
6 Replies
Are you following any specific guide? By following the installation and usage guide on https://immich.app should get you going
Home | Immich
immich Self-hosted photo and video backup solution directly from your mobile phone
No specific guide aside from immich website. I may be doing it wrong but how can i set upload location to my NAS?
Can you post your docker-compose file?
And you .env please
UPLOAD_LOCATION
should be an absolute path, so ideally, you should mount your network drive to the VM/Machine that you are running Immich on to path like mnt/my-network-drive
and then the value of UPLOAD_LOCATION would be UPLOAD_LOCATION=/mnt/my-network-drive
Thanks! This was it!