From b1634914e1b199fc2fb44ce94768bcd0a9f195bf Mon Sep 17 00:00:00 2001 From: Shawn Rebello Date: Fri, 28 Sep 2018 02:18:14 +0530 Subject: [PATCH 1/2] Minor: typo fix (#1029) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9917d6713..82c5a9558 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Verdaccio is a simple, **zero-config-required local private npm registry**. No n If you have more than one server you want to install packages on, you might want to use this to decrease latency (presumably "slow" npmjs.org will be connected to only once per package/version) and provide limited failover (if npmjs.org is down, we might still find something useful in the cache) or avoid issues like *[How one developer just broke Node, Babel and thousands of projects in 11 lines of JavaScript](https://www.theregister.co.uk/2016/03/23/npm_left_pad_chaos/)*, *[Many packages suddenly disappeared](https://github.com/npm/registry-issue-archive/issues/255)* or *[Registry returns 404 for a package I have installed before](https://github.com/npm/registry-issue-archive/issues/329)*. - + ### Link multiple registries If you use multiples registries in your organization and need to fetch packages from multiple sources in one single project you might take advance of the uplinks feature with Verdaccio, chaining multiple registries and fetching from one single endpoint. @@ -116,7 +116,7 @@ This will prompt you for user credentials which will be saved on the `verdaccio`

Docker

-Below are the most commony needed informations, +Below are the most commonly needed informations, every aspect of Docker and verdaccio is [documented separately](https://www.verdaccio.org/docs/en/docker.html) From 46b2d87bb1e51cff2f31462d8a1283bc80643617 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Fri, 28 Sep 2018 13:14:20 -0400 Subject: [PATCH 2/2] Fix top link url in example docker.yaml (#1031) --- conf/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/docker.yaml b/conf/docker.yaml index 22f947f69..29e2d7cc0 100644 --- a/conf/docker.yaml +++ b/conf/docker.yaml @@ -4,7 +4,7 @@ # # Do not configure host and port under `listen` in this file # as it will be ignored when using docker. -# see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration +# see https://verdaccio.org/docs/en/docker#docker-and-custom-port-configuration # # Look here for more config file examples: # https://github.com/verdaccio/verdaccio/tree/master/conf