-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
immich_server container makes request to registry.npmjs.org every 30 seconds #10796
Comments
I'm not aware of a reason it should be making requests to npmjs.org, let alone every 30 seconds. Others can chime in if this is a known / expected behavior. |
Just to double check - you're using exactly the official docker compose stack, with the latest container images from ghcr.io? |
Can you please add the following to the immich_server docker compose container, then run
|
This is the culprit. The requests stop with the Aaaand I see that y'all fixed this while I was typing this response. Thanks a lot! |
The bug
This may be working as designed, but I'm not familiar enough with NodeJS apps to say. I noticed in my pi-hole logs that registry.npmjs.org had become a top hit and traced it back to the
immich_server
container. When I first set up immich and its firewall rules earlier this year, I wasn't seeing any traffic to the public internet after the models were downloaded, which is consistent with what Alex said here:"Everything should work offline after the models get downloaded and the reverse geocoding files get downloaded"
Can you confirm whether this frequency of requests to the NPM registry is intended?
The OS that Immich Server is running on
debian 12 bookworm
Version of Immich Server
v1.106.4
Version of Immich Mobile App
N/A
Platform with the issue
Your docker-compose.yml content
same as the release docker-compose.yml
Your .env content
Reproduction steps
Relevant log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: