verdaccio-https
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

verdaccio-https

🛡🔬 verdaccio middleware plugin to redirect to https if x-forwarded-proto header is set

verdaccio (latest) build status MIT node Greenkeeper badge

Where it All Began

I have verdaccio running in a container on heroku running in http but can be accessed through SSL using their reverse proxy. Their method of forcing redirect to https is like this... https://github.com/verdaccio/verdaccio/issues/1305

Requirements

 npm install --global verdaccio-https

Usage

To enable it you need to add this to your configuration file.

middlewares:
  https:
    enabled: true

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Dependencies (1)

Dev Dependencies (22)

Package Sidebar

Install

npm i verdaccio-https

Weekly Downloads

1

Version

1.0.11

License

MIT

Unpacked Size

19.2 kB

Total Files

11

Last publish

Collaborators

  • honzahommer