Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

smap-consulting/smap-http-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMAP Server Proxy

Codeship Status for smap-consulting/smap-http-proxy Dependency Status

Dependencies

  • NodeJS
  • NPM

optional

Deployment

This app is deployed to Heroku

Local Development

# pull down the repository
git clone [email protected]:smap-consulting/smap-http-proxy.git

# install the dependencies
npm install

# set the environment variables (or use direnv)
export SMAP_USERNAME=myuser
export SMAP_PASSWORD=mypassword
export SMAP_HOST_NAME=https://mysmap.smap.com.au
export PROXY_HOST_NAME=https://localhost:5000

# run the app
forever -w app.js

Environment Variables

  • SMAP_USERNAME - Username for your SMAP instance
  • SMAP_PASSWORD - Password for your SMAP instance
  • SMAP_HOST_NAME - Hostname for your SMAP server instance
  • PROXY_HOST_NAME - Hostname for the proxy
  • PORT - Defaults to 5000, provided by heroku

About

Proxy for SMAP Server sans HTTP digest Authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published