[GH-ISSUE #1059] [FEATURE] Config option to disable daily phone home to github.com #645

Closed
opened 2026-02-25 20:36:12 +03:00 by kerem · 2 comments
Owner

Originally created by @milksteakjellybeans on GitHub (Aug 27, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1059

I've got whoogle's docker version installed and every 24 hours it makes an https request to github, regardless of any usage. I'm assuming this is a version check most likely, but I'm not certain.

It would be great if there was a config option to disable this. In our closed network we'll only open access to google and will otherwise have to suppress alerts from blocked attempts to github. Not a dealbreaker, but would be nice.

Assuming this is a version check, we manage our version upgrades centrally anyhow.

Thanks for considering

Originally created by @milksteakjellybeans on GitHub (Aug 27, 2023). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1059 I've got whoogle's docker version installed and every 24 hours it makes an https request to github, regardless of any usage. I'm assuming this is a version check most likely, but I'm not certain. It would be great if there was a config option to disable this. In our closed network we'll only open access to google and will otherwise have to suppress alerts from blocked attempts to github. Not a dealbreaker, but would be nice. Assuming this is a version check, we manage our version upgrades centrally anyhow. Thanks for considering
kerem 2026-02-25 20:36:12 +03:00
Author
Owner

@Moist-Cat commented on GitHub (Sep 9, 2023):

Yes, whoogle checks if there are updates available here. I don't see a way to disable it without modifying the code.

<!-- gh-comment-id:1712353975 --> @Moist-Cat commented on GitHub (Sep 9, 2023): Yes, whoogle checks if there are updates available [here](https://github.com/benbusby/whoogle-search/blob/main/app/routes.py#L132). I don't see a way to disable it without modifying the code.
Author
Owner

@benbusby commented on GitHub (Dec 20, 2023):

This can now be disabled using WHOOGLE_UPDATE_CHECK. For example: WHOOGLE_UPDATE_CHECK=0 will prevent Whoogle from checking for updates.

<!-- gh-comment-id:1864952143 --> @benbusby commented on GitHub (Dec 20, 2023): This can now be disabled using `WHOOGLE_UPDATE_CHECK`. For example: `WHOOGLE_UPDATE_CHECK=0` will prevent Whoogle from checking for updates.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#645
No description provided.