We are adding Sinopia to our servers for two purposes:
act as a cache for nodejs.org
act as the source for private NPMs
A private NPM can be npm published to any of our servers and we'd like other servers to be able to find it there (and then cache).
How can I configure Sinopia to only search a specific set of uplinks for packages matching a certain name-pattern -- but go to nodejs.org for all others?
We are adding Sinopia to our servers for two purposes:
A private NPM can be
npm publish
ed to any of our servers and we'd like other servers to be able to find it there (and then cache).How can I configure Sinopia to only search a specific set of uplinks for packages matching a certain name-pattern -- but go to nodejs.org for all others?