Skip to content

steffsas/localtunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localtunnel

This Docker container mimics ngrok or localtunnel, but without having their restrictions (timeouts, rate limits). With the help of certbot, TLS connections are also possible.

This Docker container is configured so that all incoming requests on port 80 and 443 are forwarded to 8080 using nginx. When using

ssh -i ./id_rsa -R 8080:localhost:8080 [email protected] -p 8085

a domain can be accessed via TLS to data served from a local machine. This is only suitable for development purposes (e.g. Microsoft Teams Apps).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published