Remix.run Logo
QuiEgo 21 hours ago

You can use https://www.photosync-app.com/home if all you want is a local backup. It has a killer feature Immich is still missing: encryption at rest of the photos.

drdexebtjl 17 hours ago | parent [-]

Just use LUKS, eCryptfs, or ZFS encryption. It’s not the application’s job to do encryption at rest, it’s the filesystem’s.

QuiEgo 15 hours ago | parent [-]

I personally find it nicer to unlock my phone to decrypt (Face ID) then dealing with having to auth with my headless server. Is there a way to manage this without putting the keys for LUKS or similar somewhere risky? Main threat is someone stealing the NAS during a break in.

drdexebtjl 9 hours ago | parent [-]

You can store the key in the TPM. If someone steals the NAS, they can only decrypt it if they continue running the exact same software, which you harden (e.g. disable password login from the TTY).

Or you can SSH in and type the key once per reboot.