verdaccio-https
v1.0.11
Published
verdaccio middleware plugin to redirect to https
Downloads
8
Maintainers
Readme
verdaccio-https
🛡🔬 verdaccio middleware plugin to redirect to https if x-forwarded-proto header is set
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)