Skip to content

Docker image that allows for configuration of a simple HTTP reverse proxy with HTTP Auth enabled

License

Notifications You must be signed in to change notification settings

codesmithtech/http-auth-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-auth-proxy

Docker image that allows for configuration of a simple HTTP reverse proxy with HTTP Auth enabled

Usage

docker run \
    -e HTTP_AUTH_USERNAME=some_user \
    -e HTTP_AUTH_PASSWORD=some_password \
    -e BACKEND_HOST_AND_PORT=private-backend-hostname:3100 \
    -p 80:80 \
    codesmithtech/http-auth-proxy:latest

About

Docker image that allows for configuration of a simple HTTP reverse proxy with HTTP Auth enabled

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published