-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
breakpoint
Add breakpoints to CI: pause, access the workflow with SSH, debug and resume. (by namespacelabs)
This is very cool.
We built something similar in https://github.com/namespacelabs/breakpoint but the more general purpose nature here is great.
-
awesome-tunneling
List of ngrok/Cloudflare Tunnel alternatives and other tunneling software and services. Focus on self-hosting.
https://github.com/anderspitman/awesome-tunneling. Seems similar to zrok.io, ngrok, cloudflare tunnels, tailscale funnels and zrok although you're using http/3 explicitly.
Personally I work on two similar projects you might want to check out: zrok and OpenZiti. Similar projects, but zrok is closest to what you did here.
-
selfhosted-gateway
Self-hosted Docker native tunneling to localhost. Expose local docker containers to the public Internet via a simple docker compose interface.
Nice, check out the selfhosted-gateway if you're looking for something similar without any custom implementation https://github.com/fractalnetworksco/selfhosted-gateway
Related posts
-
Tunnel.pyjam.as – HTTP tunnels without custom software thanks to WireGuard
-
Show HN: Wiredoor – Securely expose private services
-
CGNAT frustrates all IP address-based technologies (2019)
-
Can the host header in HTTP be changed at the application layer?
-
Show HN: PipeGate – A Lightweight, Self-Hosted Proxy Inspired by Ngrok