mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #124] [FEATURE] Password protected search engine #88
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#88
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 @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
@FoxxMD commented on GitHub (Sep 11, 2020):
You can do this already (on the docker at least) by specifying
WHOOGLE_USERandWHOOGLE_PASSenvironmental variables. On first page load it'll do basic auth.@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.@joan-carles commented on GitHub (Sep 11, 2020):
Thanks. I checked environmental variables and works
@Stoppedwumm commented on GitHub (Oct 24, 2023):
I tried the --userpass username:password, but it doesn't ask me for a single password