TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: PipeGate – A Lightweight, Self-Hosted Proxy to Expose Local Servers

33 点作者 jeeybee5 个月前
Hi Hacker News,<p>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.

3 条评论

aeriose5 个月前
Huge caveat to hosting this server publicly is the codebase will accept any websocket connection to the &#x2F;{connection_id} route. The author gives a small warning about implementing authentication in the README, but it essentially makes the project extremely dangerous to deploy as any person can use your domain to host their content.
themgt5 个月前
For me the ngrok killer feature I&#x27;ve never seen elsewhere is a simple embedded webserver with log&#x2F;inspector for requests + the ability to replay them. Wish Apache or CNCF would fork ngrok v1 and put it on life support.
评论 #42444255 未加载
评论 #42452492 未加载
评论 #42448075 未加载
buremba5 个月前
Cool use of WebSockets! Have you tried deploying it to AWS Lambda? I would like to have something similar on AWS, but SSL support and scale-to-zero are hard and tricky with EC2 Load Balancer and ECS.
评论 #42445051 未加载