[GH-ISSUE #124] [FEATURE] Password protected search engine #88

Closed
opened 2026-02-25 20:34:52 +03:00 by kerem · 4 comments
Owner

Originally created by @joan-carles on GitHub (Sep 11, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/124

Hi,

I think would be a good option to add a password protection to use the search engineer. I would like to use Whoogle in a VPS and only allow to use Whoogle to the people that knows the password.

Thanks

Originally created by @joan-carles on GitHub (Sep 11, 2020). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/124 Hi, I think would be a good option to add a password protection to use the search engineer. I would like to use Whoogle in a VPS and only allow to use Whoogle to the people that knows the password. Thanks
kerem 2026-02-25 20:34:52 +03:00
Author
Owner

@FoxxMD commented on GitHub (Sep 11, 2020):

You can do this already (on the docker at least) by specifying WHOOGLE_USER and WHOOGLE_PASS environmental variables. On first page load it'll do basic auth.

<!-- gh-comment-id:691130548 --> @FoxxMD commented on GitHub (Sep 11, 2020): You can do this already (on the docker at least) by specifying `WHOOGLE_USER` and `WHOOGLE_PASS` environmental variables. On first page load it'll do basic auth.
Author
Owner

@benbusby commented on GitHub (Sep 11, 2020):

@FoxxMD is correct, you can do this with Docker using the environment variables mentioned, or with pip/python using the --userpass <username:password> argument.

<!-- gh-comment-id:691173515 --> @benbusby commented on GitHub (Sep 11, 2020): @FoxxMD is correct, you can do this with Docker using the environment variables mentioned, or with pip/python using the `--userpass <username:password>` argument.
Author
Owner

@joan-carles commented on GitHub (Sep 11, 2020):

Thanks. I checked environmental variables and works

<!-- gh-comment-id:691268790 --> @joan-carles commented on GitHub (Sep 11, 2020): Thanks. I checked environmental variables and works
Author
Owner

@Stoppedwumm commented on GitHub (Oct 24, 2023):

I tried the --userpass username:password, but it doesn't ask me for a single password

<!-- gh-comment-id:1777065847 --> @Stoppedwumm commented on GitHub (Oct 24, 2023): I tried the --userpass <username:password>, but it doesn't ask me for a single password
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#88
No description provided.