What does HackerNews think of sish?

HTTP(S)/WS(S)/TCP Tunnels to localhost using only SSH.

Language: Go

#24 in HTTP
#3 in HTTP
We’ve used https://github.com/antoniomika/sish quite successfully. It‘s very easy to setup with docker compose and even supports letsencrypt wildcard certificates.
My favourite one is https://github.com/antoniomika/sish

It uses SSH as the method of opening the remote tunnel to the public server.

Personally I’ve been using sish[1] recently, lots of ngrok alternatives out there now, especially as the pricing went a bit weird

[1] https://github.com/antoniomika/sish

I used to use a similar tool called inlets but they removed the open licensing. I now self host a sish server (https://github.com/antoniomika/sish) which also uses ssh (and public key auth) for the reverse tunnel client. So much simpler!
In the house;

- PiHole

- Plex

- Unifi Controller

- Sonarr / Prowlarr

- Homeassistant (+mqtt)

- Heimdall

On a server running Proxmox, with a couple of Portainer VMs;

- Mailinabox : For some extra domains and things

- Cyberchef : For quickly decoding things

- HTTP Bin : To test out APIs

- MinIO : For testing S3 compatible stuff

- Request Bin : Mostly for testing, but also 4 public facing ones to check stuff

- Sish : Because I don't want to pay for ngrok anymore (https://github.com/antoniomika/sish)

- VSCode : Havent really used it yet, still trying to see if it works for me

- Ghost : For blog, but I havent done anything yet and may move to hugo/cloudflare