mirror of
https://github.com/antoniomika/sish.git
synced 2026-04-22 16:17:10 +08:00
81e435018edf2ec1b15706be3543092ba513f3fb
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
sish
An open source serveo/ngrok alternative.
dev
Clone the sish repo:
git clone git@github.com:antoniomika/sish.git
cd sish
Add your SSH public key:
cp ~/.ssh/id_ed25519.pub ./deploy/pubkeys
Run the binary:
go run main.go --http-address localhost:3000 --domain testing.ssi.sh
We have an alias make dev for running the binary.
SSH to your host to communicate with sish:
ssh -p 2222 -R 80:localhost:8080 testing.ssi.sh
The
testing.ssi.shDNS record points tolocalhostso anyone can use it for development
Languages
Go
91.1%
Go Template
7.9%
Dockerfile
0.8%
Makefile
0.2%