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

Support basic authentication for the dashboard #8

Closed
ocomsoft opened this issue Sep 3, 2020 · 3 comments · Fixed by #20
Closed

Support basic authentication for the dashboard #8

ocomsoft opened this issue Sep 3, 2020 · 3 comments · Fixed by #20
Labels
feature New feature or request good first issue Good for newcomers

Comments

@ocomsoft
Copy link

ocomsoft commented Sep 3, 2020

It would be good to be able to put a password on the dashboard page so I can secure it from being visible to everyone.

Great project. I was looking to write something similar myself but have not had time. Don't need to now.

@hurnhu
Copy link
Contributor

hurnhu commented Oct 2, 2020

If you are using nginx you can do

allow YOUR-IP;
deny all;

Of course this only works if you have a static IP. But is an easy way to restrict traffic. Anyone that isnt that IP will just get a 403 error

@ocomsoft
Copy link
Author

ocomsoft commented Oct 4, 2020

Thanks but that doesn't work for me. We are not using nginx but also we have support staff all over the world so the list of IP addresses could be long.

Thanks for your efforts.

@TwiN TwiN added feature New feature or request good first issue Good for newcomers labels Oct 5, 2020
@TwiN TwiN changed the title Support an Admin Password for access to the Dashboard Support basic authentication for the dashboard Oct 14, 2020
TwiN added a commit that referenced this issue Oct 14, 2020
TwiN added a commit that referenced this issue Oct 14, 2020
TwiN added a commit that referenced this issue Oct 14, 2020
TwiN added a commit that referenced this issue Oct 14, 2020
@TwiN TwiN closed this as completed in #20 Oct 14, 2020
@TwiN
Copy link
Owner

TwiN commented Oct 15, 2020

Released in v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants