Skip to content

roopemerikukka/httpd-alpine-htpasswd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

httpd-alpine-htpasswd

Create apache server to serve files with basic authentication.

Example usage:

docker run \
  --env AUTH_USER=myusername \
  --env AUTH_PASS=mypassword \
  -v /path/to/my/files:/var/www \
  -p 80:80 \
  roopemerikukka/httpd-alpine-htpasswd

About

Alpine based httpd server with basic auth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages