Show HN: PipeGate – A Lightweight, Self-Hosted Proxy to Expose Local Servers (github.com)
Hi Hacker News,
I’d like to introduce PipeGate, a lightweight, self-hosted proxy built with FastAPI. I created PipeGate as a fun little exercise to understand how tunneling services work under the hood. PipeGate allows you to expose your local servers to the internet, giving you full control over your setup.
12 comments
[ 3.5 ms ] story [ 46.3 ms ] threadLog/inspector and replay are fundamental for me when I am setting up webhooks and integrations
Excuse my ignorance, trying to get to the root why, why is replay fundamental for webhooks and integrations?
Debugging and testing without dependencies (after capturing one request)
I will try to remember replying once we do have it.
ngrok -> gui proxy -> your dev server
I haven't deployed PipeGate on AWS; it started as a personal curiosity project. There are probably many security aspects that would need to be addressed before deploying it in a production environment.