Skip to content

tv-deusen/dumbpipe-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A web frontend for dumbpipe

This forwards http requests to dumbpipe

You give a node url like <ticket>.localhost:8080 or nodeid.localhost:8000, and the request will be forwarded to the dumbpipe command running under that node id.

Example:

  1. Run local dev web server on port 3000:
npm run dev
>    - Local:        http://localhost:3000
  1. Run dumbpipe to make the above accessible
dumbpipe listen-tcp --host localhost:3000
  1. Run this tool
cargo run
> Listening on http://0.0.0.0:8080
  1. Access the website via a browser at
http://<ticket>.localhost:8080

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages