Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 603 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 603 Bytes

ported

Ported - Self Hosted HTTP Tunnel for in-house devs
An open source self-hosted (in-house) alternative to ngrok

Currently this project is at POC (Proof-of-Concept) state

Server Side

Porter service

This is responsible for creating external side of the tunnel (other side being the developers machine). It also configures services in the external gateway server to expose the tunnel to an accessible endpoint.

./porter -rootDomain ported.mydomain.com

Developer side

Exposing local HTTP service

./ported -using http://ported.mydomain.com -to localhost:8080