Ente encrypted open source alternativ to Google Photos. Can be self hosted and supports S3 backend

victor9@lemmy.ml to Open Source@lemmy.ml – 316 points –
Ente - Private cloud for your photos, videos and more
ente.io

Been trying it for a little while. It's exactly what I have been looking for.

  • Works great
  • is encrypted
  • can be self hosted
  • edge ML for photo search (not perfect yet)
  • S3 backend #ente @ente@mstdn.social
54

You are viewing a single comment

If you want to have multi-host redundant storage at home (via e.g. minio or ceph), S3 is a pretty good protocol to provide it.

S3 is nice in the way it's not a file system so it can have relaxed semantics, while also providing secure access to individual files over HTTPS via URL signing.

Some people seem to be stuck in the idea that S3 means cloud hosting. Not sure if that was your view, but it's worth spelling out sometimes.

Thank you for posting this. I did not know that S3 can equal anything aside from "amazon hosts this". TIL

Yeah anything which implements "S3" like Minio or some other cloud provider will work just fine.

And it was yesterday when I found it was possible while browsing the OVH website (was checking if they have static sites, they don’t seem to)