Read-only Gallery / permission denied
Hi! I'm a new user and unfortunately having hard time trying to do Read-only Gallery (https://immich.app/docs/features/read-only-gallery). I'm using portainer on Synology NAS, I followed the tutorial and everytime end up with
No local assets found, exiting
. I added the same path to user in Immich and both immich-microservices and immich-server, what I discovered is that with path X/Y/Z/V
I'm able to browse X/Y/Z
but X/Y/Z/V
give me permission denied
. Is there something obvious I'm not aware? Thx for any help! 🙂5 Replies
Hello, can you post the command that you tried to you and the docker-compose file as well as external path value you have?
sure:
immich upload --key <my-api-key> --server http://my-server-ip:2283/api /volume1/PHOTOS/Zdjecia/2017 --recursive --import
You're using the Marius Hosting tutorial? I used that one for referencing when I was attempting to setup my non-root server as well. I was trying to avoid using portainer though. I have not had any luck setting immich up using a restricted user account. My user only has read/write access to my docker dirtectory.
The only thing I can suggest is to make sure your user account and group (1026:100) have the correct accessibility to the directories required.
Yes I did! that user (1026:100) is a member of a group which has access to required directories so it should work (?), but I just gave that user the same access and it looks like it's working - thanks! 👍 still a bit weird