High performance self-hosted photo and video management solution

  • utopiah@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    13 hours ago

    I really need to take the time to

    • install (or even update) my local instance
    • try a batch import (any hint?) from iOS (iirc the app did work well, just takes a while the first time)
    • setup the ML part (on a 2080ti, so that also will probably take time initially)
    • OminousOrange@lemmy.ca
      link
      fedilink
      arrow-up
      3
      ·
      5 hours ago

      The first big import will always take time if you have a lot of photos, as will the associated machine learning processing. I’d say you don’t need a GPU like that for normal use though.

      • utopiah@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        1 hour ago

        Does it mean I would do the first import on desktop, including ML, then I could switch the resulting data (via e.g Docker) to a RPi5 if I get <100 new photos per day?

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 hours ago

      It is, I’ve been auto updating it for almost 2 years. Just needs a quick fix every now and then.

      Obviously make sure your backups are working properly.

    • niemcycle@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      12 hours ago

      Apparently the stable release is planned for the first half of 2025, so you may not have to wait too much longer!

  • penquin@lemm.ee
    link
    fedilink
    arrow-up
    18
    ·
    1 day ago

    Pretty decent piece of software. Been using it for a while and it hasn’t really had many issues. Got it set up with my synology NAS and I like it.

      • JaggedRobotPubes@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        18
        ·
        17 hours ago

        It’s only ever gonna be incredibly niche if it requires some arcane programmer shit to run.

        I want to use it but getting into docker is silly.

        • Wispy2891@lemmy.world
          link
          fedilink
          arrow-up
          9
          ·
          6 hours ago

          It would be the exact opposite if it wasn’t using docker, it requires specific minor versions of multiple software, people on Debian would always get versions too old while people on arch too new

        • Nibodhika@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          6 hours ago

          I think you got docker mixed with something else, since docker does the exact opposite, i.e. allows you run services without all of the arcane shit involved. Just put the compose file in a folder and run docker compose up -d and you’re done, whereas the alternative would be to install a database, configure it, install the immich service, connect it to the database, write a service file for both database and service to allow it to be auto-started, and face multiple issues due to missing dependencies or permissions.

          • weker01@sh.itjust.works
            link
            fedilink
            arrow-up
            3
            ·
            edit-2
            4 hours ago

            Not to mention there are so many more ways to fuck up security when configuring it all on your own outside a container.

            Edit: of course one can also fuck up security with a container

            • Nibodhika@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              4 hours ago

              Absolutely, and in most cases (while one shouldn’t rely on this since escaping a docker container is sometimes doable) even if there is a security breach the invader would be limited to the service image, which would get recreated upon restart.

        • JustEnoughDucks@feddit.nl
          link
          fedilink
          arrow-up
          7
          ·
          8 hours ago

          Lol docker is literally the easiest and most user-friendly server program administration method… It is literally one user-readable configuration file and everything is automatic.

          Vm’s are more complicated and have you even tried managing many services on bare metal with conflicting libraries, database versions, etc…? That is truly arcane arts of programming scripts.

        • asap@lemmy.world
          link
          fedilink
          English
          arrow-up
          11
          ·
          16 hours ago

          I would consider docker very easy to use and well worth exploring. The benefit of Docker is that it runs exactly the same on any system, no matter what the underlying OS is.

          Here’s how difficult it was to set up Immich:

          1. Download a docker-compose.yml file, which describes the options for the Immich server.
          2. Run docker-compose up -d

          That’s it. Immich is now installed and running.

        • warmaster@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          15 hours ago

          Same here. I just installed Proxmox on an old machine, then Coolify, boom… Docker ready without the knowledge. There’s a ton of apps one click away, immich included.