mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #421] [QUESTION] How to make the website public? #284
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#284
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 @muzihuaner on GitHub (Sep 9, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/421
How to make the website public? Let different users use different configurations instead of the same configuration
@benbusby commented on GitHub (Sep 15, 2021):
Currently different users will have their configuration settings stored using cookies, and users with cookies blocked will share the same config. Ultimately though the project isn't intended for multiple users, since this usually results in the instance getting blocked by Google. I'd recommend just setting up a public instance with all of the configuration settings predetermined using environment variables, and then disable client side config changes using
WHOOGLE_CONFIG_DISABLE=1.