From 5269cda5afdacd72e6be834845f3f3d33c09c75d Mon Sep 17 00:00:00 2001 From: Gabe Date: Thu, 25 Dec 2025 06:04:04 +0000 Subject: [PATCH] Update Photo Managers/Immich/README.md --- Photo Managers/Immich/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Photo Managers/Immich/README.md b/Photo Managers/Immich/README.md index 18b7539..4ded368 100644 --- a/Photo Managers/Immich/README.md +++ b/Photo Managers/Immich/README.md @@ -4,5 +4,8 @@ These instructions will be geared towards a Portainer setup Insert link to creating container through portainer from wiki Special notes: -If you want to add an external library like an smb share that already has your pictures then you will need to edit line 23 under volumes (- /mnt/smb_share_pics:/mnt/smb_share_pics:ro) -You will want to first mount said folder on the server. See https://wiki.gabesville.com/books/linux/page/mount-smb-share for instructions \ No newline at end of file +If you want to add an external library (like an smb share that already has your pictures) then you will need to edit line 23 under volumes (- /mnt/smb_share_pics:/mnt/smb_share_pics:ro) +You will want to first mount said folder on the server. See https://wiki.gabesville.com/books/linux/page/mount-smb-share for instructions + +Custom upload location, will want to mount /etc/fstab with extra settings: \ +//SERVER/SHARE /mnt/share cifs guest,uid=1000,gid=1000,forceuid,forcegid,noperm,dir_mode=0777,file_mode=0777 0 0 \ No newline at end of file