TimWolla / docker-adminer

Database management in a single PHP file
https://hub.docker.com/_/adminer/
157 stars 69 forks source link

htpassword access #141

Closed vulkanosaure closed 1 year ago

vulkanosaure commented 1 year ago

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

TimWolla commented 1 year ago

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.