collaborne-proxy
v1.0.0
Published
This is a very simple Express 4.x proxy that exposes the /api and /login endpoints of a Collaborne system running inside [minikube](https://github.com/kubernetes/minikube).
Downloads
5
Keywords
Readme
collaborne-proxy
This is a very simple Express 4.x proxy that exposes the /api and /login endpoints of a Collaborne system running inside minikube.
Installation
npm install --global collaborne-proxy
Usage
Determine the Collaborne 'app' endpoint
minikube service -n ENVIRONMENT app --url
Replace ENVIRONMENT with the current environment.
Run collaborne-proxy
collaborne-proxy APP-URL
Replace APP-URL with the output of step 1.