Skip to content

tkw1536/tp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tp -- Tiny Reverse Proxy

CI Status

This repository contains a tiny http reverse proxy written in go. All it can do is reverse proxy unconditionally to a url given as an environment variable.

The code is licensed under the Unlicense, hence in the public domain.

This is intended to be used inside of Docker, and can be found as a GitHub Package. To start it up run:

docker run -e TARGET=http://example.com -p 8080:8080 tkw01536/tp

Additionally an environment variable ROOT is supported, which allows redirecting requests to the root URL.

The code is licensed under the Unlicense, hence in the public domain.