fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 703 forks source link

added: HTTPS capability, yargs CLI option parser #291

Closed curtisz closed 9 years ago

curtisz commented 9 years ago

Aloha again. This is just a tiny little addition to enable HTTPS connections to the web UI. HTTPS is turned on in the Uptime UI server if the command-line options for "certificate" and "key" are specified, otherwise it defaults back to regular HTTP. CLI option parsing is done using yargs. Thanks for looking! :)

curtisz commented 9 years ago

Ugh, nevermind. This still needs work to get it to work over SSL. Closed PR until I get that finished. Sorry!