sense-https-proxy
v0.1.1
Published
HTTPS/WebSocket proxy for Sense containers.
Downloads
7
Readme
HTTPS Proxy for Sense Containers
This modules creates an HTTPS/WebSocket proxy for Sense containers. Any content in Sense
dashboards must be served via HTTPS. This makes it difficult for libraries such as R's ggvis
and shiny
to serve interactive content directly to dashboards.
Install
This module is installed by default in Sense containers. To install locally:
npm install sense-https-proxy
Usage
Forward https://$SENSE_PUBLIC_DNS:$SENSE_PUBLIC_PORT1
to https://localhost:3000
.
$ https-proxy $SENSE_PUBLIC_PORT1 3000 &
Typically a library would run this proxy in the background through a dashboard's shell command.
Support
- Documentation: http://help.senseplatform.com
- Email: [email protected]
- Twitter: https://twitter.com/senseplatform
- Google Group: https://groups.google.com/forum/?fromgroups#!forum/sense-users
- IRC:
#senseplatform
onirc.freenode.net
License
MIT