Skip to content

kushtrimjunuzi/homeproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.