Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 575 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 575 Bytes

homeproxy

Set of tools to build your private home hosted proxy with Let's Encrypt TLS certificates, all your local apps stays local no public reach.

Diagram

homeproxy

Tools

There are 4 docker containers that you need to host:

  • autocertdelegate
  • tlsrouter
  • envoysds
  • envoy

For documentation please read the ./build.sh bash script.

This project was not possible without Brad Fitzpatrick's project autocertdelegate thanks.