Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: basic auth #51

Merged
merged 2 commits into from
May 18, 2020
Merged

Feature: basic auth #51

merged 2 commits into from
May 18, 2020

Conversation

benbusby
Copy link
Owner

Username/password can be set either as Dockerfile build arguments or
passed into the run script as "--userpass username:password"

Closes #43

Username/password can be set either as Dockerfile build arguments or
passed into the run script as "--userpass <username:password>"
This was referenced May 15, 2020
@benbusby benbusby merged commit 38b7b19 into master May 18, 2020
@benbusby benbusby deleted the feature/basic-auth branch May 20, 2020 17:15
@ilovepancakes95
Copy link

ilovepancakes95 commented May 22, 2020

First, I am totally fine with the basic auth implementation as opposed to a more complicated login page/user system, but is there a way to make it so it remembers/caches my login between browser launches? If I set whoogle as my default search engine in firefox for example, everytime I launch the browser I have to re-login to perform search which gets quite cumbersome after a whole day or working and searching. At the very least, I tried to get firefox to remember and autofill the username/password but it doesn't seem to work with the type of auth form whoogle uses. I want to run whoogle on a VPS but also want to protect it from unauthorized use and getting hammered by bots/other people if they find it, yet want my devices I add whoogle to easily access and keep using it seamlessly.

@benbusby Second, how so we buy you a pack of beer or some pizzas? Seriously, every decent feature people keep requesting here seems to be implemented within a week, and it's much appreciated. Job well done on this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Login page for Whoogle
2 participants