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.
You must log in or register to comment.
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 :)