mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #186] [FEATURE] Config file for preset Configuration #130
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#130
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 @mizzunet on GitHub (Jan 29, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/186
Describe the feature you'd like to see added
Well, it would be wonderful if there's a config file in the repo where Whoogle default Configuration is defined before and can be set before deploying.
Additional context
Like, variables, Country, City, IsDarkModeOn etc. I know there is a Load function for loading the previously saved settings. Still, this also be helpful IMO
@somebody-somewhere-over-the-rainbow commented on GitHub (Feb 11, 2021):
If implemented, ideally all settings can also be set via environment variables (for the docker folks)
@mizzunet commented on GitHub (Feb 11, 2021):
Thanks
@pred2k commented on GitHub (Feb 28, 2021):
I've deployed whoogle to a cheap VPS in Hetzner Datacenter in Germany and for some reason the search result are presented in arabic, right-to-left output, when i leave Interface & Search Language at default.

I want to do regular container updates/restarts with
docker-compose pull && docker-compose up --detach --force-recreate --remove-orphansand would like to prefer that settings can be made with the start of the application.@benbusby commented on GitHub (Mar 28, 2021):
All config settings can now be set via environment variables, and/or included in
whoogle.envbefore deployment. Please see the updated documentation for more info.