Simple proxy to setup anywhere necessary with simple authentication.
987
Fast and simple proxy with authentication
docker run -d -p 8080:80 mko-x/docker-proxy
Connect the client with the proxy e.g. on localhost to http://localhost:8080
Default user: jerk Default pass: jerk
Just change the htpasswd.sample files contents to fit your needs.
htpasswd -c -b htpasswd.sample user pass
htpasswd -b htpasswd.sample user pass
This will delete exisitng users and add a new one.
docker exec your_container_name htpasswd -c -b /etc/apache2/htpasswd user pass
This will keep exisitng users and add a new one.
docker exec your_container_name htpasswd -b /etc/apache2/htpasswd user pass
Content type
Image
Digest
Size
5.4 MB
Last updated
over 9 years ago
docker pull mkodockx/docker-proxy