I have noticed, for example, after a reboot of the ubuntu system, photostructure keeps restarting. If I remove it and re-run with verbose option, I can see it failing to create /tmp/ps-photos/ … and when I go look, in fact it exists but is owned by root. if I remove the directory and re-run photostructure docker, all is good, until the next reboot.
the system is ubuntu 20.04.2 lts
suggestions welcome. and here is my info from about:
During normal/working times,
the owner/group is photos:photos (1001:1001). i added a dedicated login for photostructure, and I pass in via the --user docker option. permission is 775.
For some reason, it was not syncing the photos3, just the photos1. Both looked ok (to me) in the docker inspect.
But when I looked at the settings from the photostructure web page itself, I had it (where else are your photos) set to ‘manual’ instead of 'automatic, and it was empty. So I added photos3 and all seems to be working fine now… Should I have used ‘automatic’ ? thanks.
The only reason not to pick automatic is if you actually don’t want some paths to get scanned, but that doesn’t make a lot of sense for a docker install since you’d just not mount those paths to begin with.