verdaccio-https
v1.0.11
Published
verdaccio middleware plugin to redirect to https
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-httpsUsage
To enable it you need to add this to your configuration file.
middlewares:
https:
enabled: trueLicense
MIT (http://www.opensource.org/licenses/mit-license.php)
