mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #1089] [QUESTION] Persistency of custom theme when using Docker(-compose) #664
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#664
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 @SHU-red on GitHub (Oct 23, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1089
Hi,
since a few days now im using this awesome application.
I had a look at the documentation and was wondering why there is no volume-mount in the docker-compose file to keep all settings persistent
I understand that it is possible to set 90% of all settings as env-var, but i could not figure out how to make e.g. a custom theme persistent
After each server-reboot, the default settings/theme is present again
Is there a single file holding all of these settings to be able to mount this file/folder to a docker-volume?
Thanks in advance
@JoshuaMoeckelmann commented on GitHub (Oct 24, 2023):
Hey,
you can also set the Theme via an env-variable :)
According to the Doc you can set the WHOOGLE_CONFIG_STYLE to the custom CSS you want to apply. Only pitfall is that this needs to be a single line...
For me, i set it to
And it works without any issues :)
Have fun with Whoogle
@SHU-red commented on GitHub (Oct 25, 2023):
Done!
Thank you!