Skip to content

galaxyproject/gx-it-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A dynamic configurable reverse proxy for use within Galaxy

Invoking

This project can be invoked from lib/main.js script in the source or installed and invoked through its published package via npm or npx.

$ npx gx-it-proxy --version
$ npx gx-it-proxy --sessions test.sqlite --port 8001

Double Proxy

To double-proxy (e.g. from Galaxy to a remote proxy that proxies to the application):

host1$ ./lib/main.js --sessions test.sqlite --forwardIP host2 --forwardPort 8001
host2$ ./lib/main.js --port 8001