1.0.11 ā€¢ Published 5 years ago

verdaccio-https v1.0.11

Weekly downloads
11
License
MIT
Repository
github
Last release
5 years ago

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)

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago