Wow. I’ve only just started testing it against GP, but it’s really slick and works really well. Lots more fine control than GP, and the only thing that isn’t quite as good is the photo editing on the app and web site, and that is on the roadmap. Oh, and I can’t see how to set up TLS but I might just be missing something.

  • Moonrise2473@feddit.it
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 hours ago

    I really like Ente.

    Disadvantages:

    • the photos that you’re self hosting are encrypted so if you want to have good sleeps you need to do daily exports
    • Videos are also encrypted so no transcoding is possible. Client needs to download whole file before starting play (they say they have a solution coming for this)

    Advantages:

    • requires very little resources. The web album is static HTML and you can host it anywhere, even on GitHub pages, for free. Photos are saved in any S3 server, I chose garage. Then it has a postgresql database and a very light coordinator service. In total takes like 100mb of RAM.
    • All the ML stuff is done on the client side when you’re browsing your photos (on mobile devices it’s disabled by default in order to not kill the battery)
    • Desktop client can be set to automatically backup all your photos in background
    • Because it uploads to S3 and S3 natively supports chunked uploads you can upload files bigger than 100mb if using cloudflare free (immich uses a workaround for this but only works on desktop)
    • Uploads are resumable
    • Doesn’t have breaking changes where you need to use specific docker images like other galleries
    • fmstrat@lemmy.nowsci.com
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      I’d put the client ML as a disadvantage.

      Having the AI processes run on a beefy server is much nicer in my book, but of course can only be done without E2E encryption.