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

securing the service #47

Open
lezioul opened this issue Apr 13, 2021 · 2 comments
Open

securing the service #47

lezioul opened this issue Apr 13, 2021 · 2 comments

Comments

@lezioul
Copy link

lezioul commented Apr 13, 2021

Hi,

i don't want my self hosted instance to be available to anyone but me.
I tryied adding an http auth in nginx but it keeps asking me for credentials.
Any idea?

Best regards,
lezioul

@brodyhoskins
Copy link

Do you mean it's asking repeatedly? That sounds like a browser issue caused by not sending the appropriate headers on each page load.

Also, I highly recommend securing this with HTTPS using basic HTTP authentication since without it, you're sending the username/password in plaintext.

@lezioul
Copy link
Author

lezioul commented Apr 17, 2021

Yep, https is enabled.
And Yes, it's asking repeatedly, but i have no issue with other reverse proxy using both nginx and node.js application.

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

No branches or pull requests

2 participants