Skip to content

notok/hubot-proxy-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-proxy-loader

A hubot script to load proxy setting

See src/proxy-loader.coffee for full documentation.

This script provides no commands, but loads proxy settings from envirinmental variable (http_proxy or HTTP_PROXY, and https_proxy or HTTPS_PROXY) and configure it in hubot's manner.

(see https://hubot.github.com/docs/patterns/#forwarding-all-http-requests-through-a-proxy)

Installation

In hubot project repo, run:

npm install hubot-proxy-loader --save

Then add hubot-proxy-loader to your external-scripts.json:

[
  "hubot-proxy-loader"
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published