mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-26 04:35:54 +03:00
[GH-ISSUE #909] whoogle.env problem #567
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#567
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 @hxvy0 on GitHub (Dec 15, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/909
Whoogle.env not working on every setting. I use replit.
`HOOGLE_CONFIG_NEAR=Edirne
#WHOOGLE_CONFIG_COUNTRY=TR
WHOOGLE_CONFIG_LANGUAGE=lang_tr
WHOOGLE_CONFIG_SEARCH_LANGUAGE=lang_en
WHOOGLE_CONFIG_DISABLE=1
WHOOGLE_CONFIG_URL=https://www.indexia.gq
WHOOGLE_CONFIG_STYLE=":root :root {
/* LIGHT THEME COLORS */
--whoogle-logo: #4c4f69;
--whoogle-page-bg: #eff1f5;
--whoogle-element-bg: #bcc0cc;
--whoogle-text: #4c4f69;
--whoogle-contrast-text: #5c5f77;
--whoogle-secondary-text: #6c6f85;
--whoogle-result-bg: #ccd0da;
--whoogle-result-title: #7287fd;
--whoogle-result-url: #dc8a78;
--whoogle-result-visited: #e64553;
}
#whoogle-w {
fill: #89b4fa;
}
#whoogle-h {
fill: #f38ba8;
}
#whoogle-o-1 {
fill: #f9e2af;
}
#whoogle-o-2 {
fill: #89b4fa;
}
#whoogle-g {
fill: #a6e3a1;
}
#whoogle-l {
fill: #f38ba8;
}
#whoogle-e {
fill: #f9e2af;
}"
`
@KwisatzJim commented on GitHub (Jan 2, 2023):
I'm also having a problem with the whoogle.env on replit. I can't find any info on where the file should be on any install method. I've tried multiple locations on pip and manual installs and none works. Tried duplicating the template and editing it on replit but changes don't appear. Not sure what I'm doing wrong.
@benbusby commented on GitHub (Jan 4, 2023):
This should be fixed now. Previously the
WHOOGLE_DOTENVvar was required for whoogle.env to load, which was not intuitive. It now should load the env file if it exists in the top level app directory. I'm guessing this is what replit needs, although I don't use replit so let me know if there are any issues.@KwisatzJim commented on GitHub (Jan 4, 2023):
yes, I can confirm that it works properly on replit now. thank you so much benbusby!
@KwisatzJim commented on GitHub (Jan 5, 2023):
well the settings don't seem to persist between sessions and when doing the right click and 'search with whoogle' option, it doesn't load with the settings