Skip to content

stephanIOA/goddard-captive-portal

 
 

Repository files navigation

goddard-captive-portal

Build Status Coverage Status

To begin the development server, run npm run nodemon. Otherwise for production, set env vars and then npm start.

configuration
  • NODE_PORT the port to which we will bind the http server
  • NODE_APPS_JSON path to the apps json file (defaults to http://data.goddard.com/apps.json)
  • NODE_STATUS_JSON path to the status json file (defaults to http://data.goddard.com/status.json)
  • NODE_BUILD_JSON path to the build json file (defaults to http://data.goddard.com/build.json)
  • NODE_NODE_JSON path to the node json file (defaults to http://data.goddard.com/node.json)
  • NODE_APPS_ROUTE the path to attach the applications page
  • NODE_STATUS_ROUTE the path to attach the status page
routes
  • NODE_STATUS_ROUTE or /status status page (responds to GET)
  • NODE_APPS_ROUTE or / applications page (responds to all methods)
  • /log access logs (responds to GET and DELETE)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.8%
  • HTML 32.4%
  • CSS 5.8%