Skip to content
Meir Noordermeer edited this page Apr 28, 2017 · 6 revisions

ap-npm runs a server that acts as a private NPM-repository. It should be used together with npm-scope, as ap-npm doesn't function as a caching/proxy server like Sinopia/Verdaccio.

ap-npm was created because we found that there were almost no solutions for privately hosting an npm-repository.

ssl configuration:

Specify a key and certificate file in src/config/js when ssl is used ap-npm will only be accessible through https. If ap-npm fails to use read or use the ssl files, it will default back to http.

Clone this wiki locally