What are you using as a Google photos alternative? Currently I’m using Nextcloud but I’m thinking of switching to a more dedicated solution.
I mainly need to upload photos from my device automatically, have an UI to see and classify them, albuns and sharing.
I’ve been on my 3rd install of linux mint and immich. I can’t seem to make it work. I can’t mount my second hard drive so immich can see it. I’m gathering up a strength for the 4th install.
Hey, not sure how in depth your linux/docker knowledge is. Please disregard if irrelevant. I would recommend you pick a fixed mountpoint for the drive and set up a systemd service to mount the drive for you (systemd .mount file). Then you add an extra line “RequiredBy=docker.service” (look for systemd RequiredBy) This way the drive always has to be mounted by the system before docker is started and should always be visible before you start a container.
Hope this helps :)