[GH-ISSUE #421] [QUESTION] How to make the website public? #284

Closed
opened 2026-02-25 20:35:20 +03:00 by kerem · 1 comment
Owner

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

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
kerem 2026-02-25 20:35:20 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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.

<!-- gh-comment-id:920401227 --> @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`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#284
No description provided.