mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #578] [QUESTION] How to preserve settings? #367
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#367
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 @emarcelcom on GitHub (Dec 14, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/578
I run Whoogle in docker. Every Time I restart the web browser all settings are back to default. How to preserve configuration settings such as Set Country, Interface Language, Search Language, Open Links in New Tab, and so on ?
@xaabi6 commented on GitHub (Dec 14, 2021):
I'm not completely sure but in docker you will probably need to pass the environment variables every time you deploy the container, maybe you could use docker-compose, it makes this task easier. I now that this does not answer your question but maybe you could give it a try.
@emarcelcom commented on GitHub (Dec 14, 2021):
I have learnt about env file that I can pass to my doctor compose so this is what I’m going to use. thanks.