this post was submitted on 24 Jun 2023
20 points (100.0% liked)

Selfhosted

39472 readers
574 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Due to having to expose local developments (in progress) publicly to interact with other third party services or to show them to other programmers I usually use ngrok in the free tier... Which is an absolute mess because it changes the URL on each command (nevertheless it works out of the box and very fast)...

I have also tried Localtunnel which it's great but hangs a lot. Anybody knows any self-hosted solution that giving a domain of my own can I expose via tunnels in subdomains?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

I know this is not a helpful comment at all, but I wrote a tunnelling service similar to ngrok for my ex-company that was used by thousands of tech support experts every day on hundreds of thousands of devices. I was very very very close to getting it open sourced, but sadly the CTO denied my request. It was quite the tragedy.

That said, you can open reverse tunnels using ssh -R quite easily if you have some sort of server sitting on the internet.