mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #1059] [FEATURE] Config option to disable daily phone home to github.com #645
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#645
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.
@benbusby commented on GitHub (Dec 20, 2023):
This can now be disabled using
WHOOGLE_UPDATE_CHECK. For example:WHOOGLE_UPDATE_CHECK=0will prevent Whoogle from checking for updates.