1.0.0 • Published 7 years ago

collaborne-proxy v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

  1. Determine the Collaborne 'app' endpoint

    minikube service -n ENVIRONMENT app --url

    Replace ENVIRONMENT with the current environment.

  2. Run collaborne-proxy

    collaborne-proxy APP-URL

    Replace APP-URL with the output of step 1.