Skip to content

wang0618/localshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localshare

Expose your local HTTP services to the public internet via SSH tunneling, using the SSH client already installed on your system.

Quickstart

ssh -R /:localhost:80 -p 1022 app.pywebio.online

This command establishes an SSH tunnel and provides you with an HTTPS endpoint, allowing you to access your local http://localhost:80 service from anywhere on the internet.

To expose a different local HTTP service, simply replace localhost:80 in the command with your desired local service address (e.g., localhost:3000 or 192.168.0.10:8080).


If you want to build your own tunnel service, please refer to the documentation.

About

Expose your local http service to public internet with ssh tunnel

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors