TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A self-hosted dashboard and API to share services to localhost

4 pointsby vicjicamaabout 5 years ago

1 comment

vicjicamaabout 5 years ago
Hi<p>This is a tool to help you and your team to manage multiple SSH tunnels from&#x2F;to an exist node.<p>I have been working a lot with microservices, containers and clusters lately and one thing that I did a lot is to open ssh tunnels to&#x2F;from a test env to my lap or to help a co-worker to share his services to an exist node and them to my laptop, this was difficult once we started sharing multiple services to multiple developers that are working on multiple projects and multiple envs, this tool is to help us to manage all those interactions. I hope that this could be something useful for you and your team as well.<p>Some features&#x2F;differences with other alternatives are:<p>- The tool is self hosted and free, you don&#x27;t need to register or get a token.<p>- Share services from&#x2F;to only the target devices without expose the service to the exit node.<p>- You can have the same port multiple times on you local machine. (super useful if you want to have the same hostname:port across the team devices or test environments).<p>- A GraphQL API to query and control (everything that you see&#x2F;control on the UI) for easy automation and scripting.<p>- Aware of multiple devices, this makes the collaboration easier. A device can be your laptop, a RaspberryPI, a Kubernetes deployment, a node, etc...<p>- Save and control (Start&#x2F;Stop) multiple endpoints per device.<p>- Split connection loads between multiple sshd instances&#x2F;exit nodes to avoid slowness and instability. (For example to copy big files between devices&#x2F;Shared docker registry&#x2F;media streams)<p>- Independent SSH&#x2F;SSHD services and configuration for the server and target devices.<p>Thank you and give it a try!, if you have any feedback or if you have any issue please let me know, I am happy to help.