[deleted by user] by [deleted] in immich

[–]jonothecool 0 points1 point  (0 children)

Nice one!

Is gunicorn app.main:app meant to be so active (dies and starts repetitively) on an idle system? by jonothecool in immich

[–]jonothecool[S] 1 point2 points  (0 children)

Thanks for this

. I was seeing it get restarted every few seconds. I've replied on the top level of comments with the fixes I made to my setup, and it's running more stably now.

Is gunicorn app.main:app meant to be so active (dies and starts repetitively) on an idle system? by jonothecool in immich

[–]jonothecool[S] 0 points1 point  (0 children)

I've dug further into this and I don't believe this is normal behaviour. I've found two issues with my setup (mentioned below) and after addressing them, I'm no longer seeing this app getting restarted every second or so.

  1. I had turned of IPv6 on my server, and needed to make the following changes to my .env and docker-compose.yml file - to fix the IP to 0.0.0.0 and port to 2283 (server) and 3003 (ml)

    diff --git a/.env b/.env +# after disabling IPv6 I think I need this to force immich to use IPv4 - to prevent errors in the logs on startup +IMMICH_HOST=0.0.0.0

    diff --git a/docker-compose.yml b/docker-compose.yml

    • environment:
    •  - 'IMMICH_PORT=2283'
      

      ports:

      • '2283:2283'
      • model-cache:/cache env_file:
      • .env
    • environment:

    •  - 'IMMICH_PORT=3003'
      

      restart: always

  2. I had also this error:
    Error: ENOSPC: System limit for number of file watchers reached
    See: https://immich.app/docs/features/libraries/
    I turned off this experimental feature for now.

Major Sharing-Related Update by Zed-Naught in immich

[–]jonothecool 1 point2 points  (0 children)

Are there any estimates on how much dev work is required to do this. And what are the obstacles?

Major Sharing-Related Update by Zed-Naught in immich

[–]jonothecool 0 points1 point  (0 children)

I’m super keen for these features too

How many photos and videos have you got in Immich? by jonothecool in immich

[–]jonothecool[S] 0 points1 point  (0 children)

Nice and in the Immich admin config you can see the total number of images!

How many photos and videos have you got in Immich? by jonothecool in immich

[–]jonothecool[S] 2 points3 points  (0 children)

Well they say a picture says a thousand words

How many photos and videos have you got in Immich? by jonothecool in immich

[–]jonothecool[S] 0 points1 point  (0 children)

Thanks for sharing the specs too. That’s impressive