| ▲ | A ngrok-style secure tunnel server written in Rust and Open Source(github.com) | ||||||||||||||||
| 34 points by joaoh82 3 hours ago | 10 comments | |||||||||||||||||
| ▲ | freedomben an hour ago | parent | next [-] | ||||||||||||||||
Really glad to see someone stepping up to fill this void! I've debated doing this myself many times but it's low on my list of priorities. Please don't interpret these frank questions as criticism or mistrust up front, but we've been burned a few times with tools like this start open source and then realize there might be some money out there and go proprietary, usually with a rug pull. I don't mind offering paid hosting at all (in fact I think it makes sense to offer that) so long as the code all remains open source. The "open core" model may even be ok so long as it's truly just "enterprise" feature that are gated, though that's a hard line to tread. What are your monetization plans? Are you committed to long-term being actually open source? Personally, I would suggest licensing this as AGPL to ensure that if anyone does take it and try to stand up a paid/proprietary service based on your work, the license will at least force them to open their code. It's not perfect. but with MIT you have zero defense against that. It would also give people like me some peace of mind. | |||||||||||||||||
| ▲ | ollybee 16 minutes ago | parent | prev | next [-] | ||||||||||||||||
Add it to the list https://github.com/anderspitman/awesome-tunneling | |||||||||||||||||
| ▲ | mikeocool an hour ago | parent | prev | next [-] | ||||||||||||||||
One of my vendors recently disallowed registering ngrok URLs for testing webhooks. They said they were too unreliable — and the vendor was getting blamed for ngrok failing to deliver requests. Seems like a real shame that they’ve been abandoning their core product that was reliable for years in pursuit of nebulous AI/enterprise routing products. I get that dev tunnels are probably not a massive business that’s going to get VCs mouths’ watering, but maybe not every business needs to shoot the moon? Anyway, glad competitors are coming in to fill the space. | |||||||||||||||||
| |||||||||||||||||
| ▲ | joaoh82 an hour ago | parent | prev | next [-] | ||||||||||||||||
Btw, if anyone wants to test on our own servers just request an api key with github issues: https://github.com/joaoh82/rustunnel?tab=readme-ov-file#gett... | |||||||||||||||||
| ▲ | abricq 36 minutes ago | parent | prev | next [-] | ||||||||||||||||
Interesting project. Is the main value to "self-host your own ngrok", or is it to actually compete with ngrok using an open-source project ? If so how do you intend to monetize your project ? | |||||||||||||||||
| ▲ | basedhusky46 16 minutes ago | parent | prev | next [-] | ||||||||||||||||
this is the kind of thing i wish existed 2 years ago when i was debugging that mess | |||||||||||||||||
| ▲ | joaoh82 3 hours ago | parent | prev [-] | ||||||||||||||||
A ngrok-style secure tunnel server written in Rust. Expose local services through a public server over encrypted WebSocket connections with TLS termination, HTTP/TCP proxying, a live dashboard, Prometheus metrics, and audit logging. | |||||||||||||||||
| |||||||||||||||||