Show HN: Wiredoor – Securely expose private services
5 dmesad 5 4/26/2025, 3:53:51 PM wiredoor.net ↗
Hey HN,
I built Wiredoor, an open-source platform to securely expose private HTTP and TCP services to the internet, without opening firewall ports or dealing with complex VPN setups.
Wiredoor uses WireGuard to establish encrypted tunnels and NGINX to proxy traffic to internal services, making it much easier and safer to publish apps from your private network or homelab.
Docs: https://www.wiredoor.net/docs
GitHub: https://github.com/wiredoor/wiredoor
Would love any feedback, questions, or suggestions!
I'd love to hear any feedback once you try it out!
NGinx also offers very flexibility handling of HTTP, TCP (via stream module) and SSL/TLS termination.
One of my main goals with Wiredoor is to make exposing private services as simple and user-friendly as possible, without compromissing security.
Building on NGinx allowed me to offer a solid foundation that balances flexibility, performance, and simplicity for self-hosters and developers.
Thanks for the question!