• Frypant@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    19 days ago

    I’m thinking about self hosting my photo library, do I have to keep it up-to-date constantly to keep compatibility with the android app?

    • Nibodhika@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      19 days ago

      Just don’t let it go too stale, I recommend updating it a few days or a week after a release gets made, since sometimes there are patches for important stuff released the next day or so after a minor one. That being said what I do is I have an RSS feed for their releases so I get a notification when a new release has been made and can check the changelog for important information, most of the times it’s just bumping the version on the .env file.

    • vintageballs@feddit.org
      link
      fedilink
      Deutsch
      arrow-up
      0
      ·
      19 days ago

      The app will complain if the server has an incompatible version. Have had it happen a few times, but usually two or three minor versions difference should be okay.

    • Flax@feddit.uk
      link
      fedilink
      English
      arrow-up
      0
      ·
      19 days ago

      Nope, they recommend against updating without carefully studying the changelog

  • penquin@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    19 days ago

    Does it work with Synology NAS? Last time I checked it didn’t. I’d love to use it.

        • MangoPenguin@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          18 days ago

          It’s basically 5 steps listed here https://immich.app/docs/install/docker-compose

          If you’re new to docker it will seem like a lot, but they’ve taken care of most of the work for you already in the docker compose file.

          mkdir immich && cd immich

          wget -O docker-compose.yml https://github.com/immich-app/immich/releases/latest/download/docker-compose.yml

          wget -O .env https://github.com/immich-app/immich/releases/latest/download/example.env

          nano .env and change the upload location if needed (by default it will be in the ‘immich’ directory we’re in) and the timezone.

          docker compose up -d

          Now it’s running on http://ip:2283/

          Then to upgrade later on switch to the ‘immich’ directory again, do a docker compose pull and docker compose up -d

  • bazingabot@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    20 days ago

    I am loving immich, just started selfhosting 600gb last week for 4 persons. All runs so nice and smoothly.

        • ikidd@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          19 days ago

          Check release notes before you upgrade and see what it’s going to break. Immich introduces breaking changes quite often at this point.

    • d00phy@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      20 days ago

      Chunking and the ability to rotate an image. I guess those features aren’t sexy.

        • d00phy@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          19 days ago

          It breaks large uploads into smaller chunks. If you’re hosting behind a reverse proxy and using cloudflare, there’s I think a 100MB upload limit. Can pose a problem for importing some videos.

  • dderg@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    19 days ago

    Is there support for HDR photos though? Last time I checked there wasn’t, is it time to switch?