• 35 Posts
  • 691 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle









  • the reason OP was thinking of doing this, was saving disk space and avoiding buying another hdd. So if it’s a 1:1 full disk image, then there’s almost no difference with the costs of raid1. Setting exclusions, avoiding certain big files, and so on. In this case he’s talking about restic, which can restore data but very hard to do a full bootable linux system - stuff needs to be reinstalled









  • 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)
    • ML stuff is done client side so if you had a beefy server it will sit unused
    • Exact duplicates are catched immediately (hash comparison before upload) but visual duplicates detection is trickier. Clients have a feature to find duplicates but it’s not as good as other software

    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 so you don’t need a powerful server (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
    • Desktop client can be set to bidirectional sync a directory. Add or delete files from gallery automatically
    • Mobile client takes track of what’s uploaded and can remove local files if a cloud backup is present (not automatically, need to press the “free up space” button
    • 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