htpassword access #142
Unanswered
vulkanosaure
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The standalone version uses PHP's builtin web server, which doesn't even do HTTPS. It's intended for use within your local development environment for that reason alone. Configure authentication within your web server or reverse proxy if you want to make the container available to the Internet – and make sure to also set-up TLS encryption. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup a htpasswd access (the same way apache allows), to have an additional security layer
I looked into the container searching how to add this myself but i have no clue (i don't see what webserver is being used here)
any hints ?
cheers
Beta Was this translation helpful? Give feedback.
All reactions