Skip to content

Container image for password-protecting HTTP traffic via reverse-proxying

License

Notifications You must be signed in to change notification settings

dit4c/password-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password-reverse-proxy

Build Status

Container image for password-protecting HTTP traffic via reverse proxying.

It is extremely minimal, taking a simple static password.

sudo rkt run --insecure-options image ./dist/password-reverse-proxy.linux.amd64.aci \
  --set-env LISTEN_HOST=0.0.0.0
  --set-env LISTEN_PORT=8080
  --set-env UPSTREAM_HOST=127.0.0.1
  --set-env UPSTREAM_PORT=1313
  --set-env PASSWORD_SECRET=mypass

About

Container image for password-protecting HTTP traffic via reverse-proxying

Resources

License

Stars

Watchers

Forks

Packages

No packages published