From 2c888f2625ee221ea18bf81d0c54781ef6d257d4 Mon Sep 17 00:00:00 2001 From: oleg Date: Tue, 29 May 2018 15:28:23 +0300 Subject: [PATCH 1/6] show correct max_body_size at docs --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 4f4a3c240..daa13f627 100644 --- a/docs/config.md +++ b/docs/config.md @@ -112,10 +112,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/ ### Max Body Size -By default the maximum body size for a JSON document is `1mb`, if you run in errors as `"request entity too large"` you may increase this value. +By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value. ```yaml -max_body_size: 1mb +max_body_size: 10mb ``` ### Listen Port From a77227a9121de6a4a0f2eb5b61966ff103adf914 Mon Sep 17 00:00:00 2001 From: Derek Date: Tue, 29 May 2018 14:32:09 -0700 Subject: [PATCH 2/6] Fix spelling of authentication in plugins doc --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 445e7003a..08608e0ec 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -3,7 +3,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section. From 1e8eb0f59d44b5122f4248008f6a8127e51fda21 Mon Sep 17 00:00:00 2001 From: Derek Schaller Date: Tue, 29 May 2018 15:18:09 -0700 Subject: [PATCH 3/6] fix access spelling in auth docs --- docs/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth.md b/docs/auth.md index 4bbc62d27..0428a337c 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -22,7 +22,7 @@ registry=http://localhost:5555/ #### Anonymous publish -`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). Eg: From 4336dcb401c8876b3450dc0ad96b496d79de7b53 Mon Sep 17 00:00:00 2001 From: Derek Schaller Date: Tue, 29 May 2018 15:21:50 -0700 Subject: [PATCH 4/6] fix spelling of built in auth docs --- docs/auth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth.md b/docs/auth.md index 0428a337c..ce1312f3a 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -37,7 +37,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`. +In order to simplify the setup, `verdaccio` use a built-in plugin based on `htpasswd`. ```yaml auth: From 344449bed24721ed44f7bc02945ee617d44e0f47 Mon Sep 17 00:00:00 2001 From: Derek Schaller Date: Tue, 29 May 2018 15:29:44 -0700 Subject: [PATCH 5/6] fix reference to htpasswd plugin in auth docs --- docs/auth.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/auth.md b/docs/auth.md index 4bbc62d27..02ca3feef 100644 --- a/docs/auth.md +++ b/docs/auth.md @@ -37,7 +37,10 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. +As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) +is used by default. The v2.x version of this package still contains the +built-in version of this plugin. ```yaml auth: From d12d44eb17ee3c4d0ad340836ce7fe6e280c434c Mon Sep 17 00:00:00 2001 From: verdacciobot <35213902+verdacciobot@users.noreply.github.com> Date: Wed, 30 May 2018 15:46:53 +0200 Subject: [PATCH 6/6] docs: new Crowdin translations (#723) docs: new Crowdin translations (#723) --- website/translated_docs/ar/auth.md | 4 ++-- website/translated_docs/ar/config.md | 4 ++-- website/translated_docs/ar/plugins.md | 2 +- website/translated_docs/de/auth.md | 4 ++-- website/translated_docs/de/config.md | 4 ++-- website/translated_docs/de/plugins.md | 2 +- website/translated_docs/es-ES/auth.md | 4 ++-- website/translated_docs/es-ES/config.md | 4 ++-- website/translated_docs/es-ES/plugins.md | 2 +- website/translated_docs/fr/auth.md | 4 ++-- website/translated_docs/fr/config.md | 4 ++-- website/translated_docs/fr/plugins.md | 2 +- website/translated_docs/ja/auth.md | 4 ++-- website/translated_docs/ja/config.md | 4 ++-- website/translated_docs/ja/plugins.md | 2 +- website/translated_docs/pt-BR/auth.md | 4 ++-- website/translated_docs/pt-BR/config.md | 4 ++-- website/translated_docs/pt-BR/plugins.md | 2 +- website/translated_docs/ur-IN/auth.md | 4 ++-- website/translated_docs/ur-IN/config.md | 4 ++-- website/translated_docs/ur-IN/plugins.md | 2 +- website/translated_docs/ur-PK/auth.md | 4 ++-- website/translated_docs/ur-PK/config.md | 4 ++-- website/translated_docs/ur-PK/plugins.md | 2 +- website/translated_docs/zh-Hans/auth.md | 4 ++-- website/translated_docs/zh-Hans/config.md | 4 ++-- website/translated_docs/zh-Hans/plugins.md | 2 +- 27 files changed, 45 insertions(+), 45 deletions(-) diff --git a/website/translated_docs/ar/auth.md b/website/translated_docs/ar/auth.md index ac38f1916..1bb66f6b0 100644 --- a/website/translated_docs/ar/auth.md +++ b/website/translated_docs/ar/auth.md @@ -21,7 +21,7 @@ registry=http://localhost:5555/ #### Anonymous publish -`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). Eg: @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/ar/config.md b/website/translated_docs/ar/config.md index 6e4c2f806..f9ed4f30a 100644 --- a/website/translated_docs/ar/config.md +++ b/website/translated_docs/ar/config.md @@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/ ### Max Body Size -By default the maximum body size for a JSON document is `1mb`, if you run in errors as `"request entity too large"` you may increase this value. +By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value. ```yaml -max_body_size: 1mb +max_body_size: 10mb ``` ### Listen Port diff --git a/website/translated_docs/ar/plugins.md b/website/translated_docs/ar/plugins.md index 5d4e7376f..0bf0b5aba 100644 --- a/website/translated_docs/ar/plugins.md +++ b/website/translated_docs/ar/plugins.md @@ -2,7 +2,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding endpoints or using a custom storage. +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section. diff --git a/website/translated_docs/de/auth.md b/website/translated_docs/de/auth.md index ac38f1916..1bb66f6b0 100644 --- a/website/translated_docs/de/auth.md +++ b/website/translated_docs/de/auth.md @@ -21,7 +21,7 @@ registry=http://localhost:5555/ #### Anonymous publish -`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). Eg: @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/de/config.md b/website/translated_docs/de/config.md index 6e4c2f806..f9ed4f30a 100644 --- a/website/translated_docs/de/config.md +++ b/website/translated_docs/de/config.md @@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/ ### Max Body Size -By default the maximum body size for a JSON document is `1mb`, if you run in errors as `"request entity too large"` you may increase this value. +By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value. ```yaml -max_body_size: 1mb +max_body_size: 10mb ``` ### Listen Port diff --git a/website/translated_docs/de/plugins.md b/website/translated_docs/de/plugins.md index 5d4e7376f..0bf0b5aba 100644 --- a/website/translated_docs/de/plugins.md +++ b/website/translated_docs/de/plugins.md @@ -2,7 +2,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding endpoints or using a custom storage. +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section. diff --git a/website/translated_docs/es-ES/auth.md b/website/translated_docs/es-ES/auth.md index a7707a95e..7d9ae09e7 100644 --- a/website/translated_docs/es-ES/auth.md +++ b/website/translated_docs/es-ES/auth.md @@ -21,7 +21,7 @@ registry=http://localhost:5555/ #### Publicar anonimamente -`verdaccio` te permite habilitar publicar de manera anónima, para conseguirlo necesitarás configurar correctamente el [acceso de paquetes](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). Por ejemplo: @@ -36,7 +36,7 @@ Como se describe en [el ticket #212](https://github.com/verdaccio/verdaccio/issu ## Htpasswd por defecto -Con el fin de simplificar la instalación, `verdaccio` usa una extensión por defecto basada en ` htpasswd`. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/es-ES/config.md b/website/translated_docs/es-ES/config.md index a2189ae1f..c2cedd617 100644 --- a/website/translated_docs/es-ES/config.md +++ b/website/translated_docs/es-ES/config.md @@ -108,10 +108,10 @@ Desde: `verdaccio@2.3.6` debido a [#197](https://github.com/verdaccio/verdaccio/ ### Tamaño Máximo del Cuerpo -Por defecto el tamaño máximo cuerpo para un documento JSON es ` 1mb`, si un problema similar a `"request entity too large"` te podrá interesar aumentar este valor. +By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value. ```yaml -max_body_size: 1mb +max_body_size: 10mb ``` ### Puertos diff --git a/website/translated_docs/es-ES/plugins.md b/website/translated_docs/es-ES/plugins.md index 5d4e7376f..0bf0b5aba 100644 --- a/website/translated_docs/es-ES/plugins.md +++ b/website/translated_docs/es-ES/plugins.md @@ -2,7 +2,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding endpoints or using a custom storage. +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section. diff --git a/website/translated_docs/fr/auth.md b/website/translated_docs/fr/auth.md index ac38f1916..1bb66f6b0 100644 --- a/website/translated_docs/fr/auth.md +++ b/website/translated_docs/fr/auth.md @@ -21,7 +21,7 @@ registry=http://localhost:5555/ #### Anonymous publish -`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). Eg: @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/fr/config.md b/website/translated_docs/fr/config.md index 6e4c2f806..f9ed4f30a 100644 --- a/website/translated_docs/fr/config.md +++ b/website/translated_docs/fr/config.md @@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/ ### Max Body Size -By default the maximum body size for a JSON document is `1mb`, if you run in errors as `"request entity too large"` you may increase this value. +By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value. ```yaml -max_body_size: 1mb +max_body_size: 10mb ``` ### Listen Port diff --git a/website/translated_docs/fr/plugins.md b/website/translated_docs/fr/plugins.md index 5d4e7376f..0bf0b5aba 100644 --- a/website/translated_docs/fr/plugins.md +++ b/website/translated_docs/fr/plugins.md @@ -2,7 +2,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding endpoints or using a custom storage. +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section. diff --git a/website/translated_docs/ja/auth.md b/website/translated_docs/ja/auth.md index ac38f1916..1bb66f6b0 100644 --- a/website/translated_docs/ja/auth.md +++ b/website/translated_docs/ja/auth.md @@ -21,7 +21,7 @@ registry=http://localhost:5555/ #### Anonymous publish -`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). Eg: @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/ja/config.md b/website/translated_docs/ja/config.md index 6e4c2f806..f9ed4f30a 100644 --- a/website/translated_docs/ja/config.md +++ b/website/translated_docs/ja/config.md @@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/ ### Max Body Size -By default the maximum body size for a JSON document is `1mb`, if you run in errors as `"request entity too large"` you may increase this value. +By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value. ```yaml -max_body_size: 1mb +max_body_size: 10mb ``` ### Listen Port diff --git a/website/translated_docs/ja/plugins.md b/website/translated_docs/ja/plugins.md index 5d4e7376f..0bf0b5aba 100644 --- a/website/translated_docs/ja/plugins.md +++ b/website/translated_docs/ja/plugins.md @@ -2,7 +2,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding endpoints or using a custom storage. +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section. diff --git a/website/translated_docs/pt-BR/auth.md b/website/translated_docs/pt-BR/auth.md index ac38f1916..1bb66f6b0 100644 --- a/website/translated_docs/pt-BR/auth.md +++ b/website/translated_docs/pt-BR/auth.md @@ -21,7 +21,7 @@ registry=http://localhost:5555/ #### Anonymous publish -`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). Eg: @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/pt-BR/config.md b/website/translated_docs/pt-BR/config.md index d0002de6e..abf33eee8 100644 --- a/website/translated_docs/pt-BR/config.md +++ b/website/translated_docs/pt-BR/config.md @@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/ ### Max Body Size -By default the maximum body size for a JSON document is `1mb`, if you run in errors as `"request entity too large"` you may increase this value. +By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value. ```yaml -max_body_size: 1mb +max_body_size: 10mb ``` ### Listen Port diff --git a/website/translated_docs/pt-BR/plugins.md b/website/translated_docs/pt-BR/plugins.md index 5d4e7376f..0bf0b5aba 100644 --- a/website/translated_docs/pt-BR/plugins.md +++ b/website/translated_docs/pt-BR/plugins.md @@ -2,7 +2,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding endpoints or using a custom storage. +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section. diff --git a/website/translated_docs/ur-IN/auth.md b/website/translated_docs/ur-IN/auth.md index ac38f1916..1bb66f6b0 100644 --- a/website/translated_docs/ur-IN/auth.md +++ b/website/translated_docs/ur-IN/auth.md @@ -21,7 +21,7 @@ registry=http://localhost:5555/ #### Anonymous publish -`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). Eg: @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/ur-IN/config.md b/website/translated_docs/ur-IN/config.md index 6e4c2f806..f9ed4f30a 100644 --- a/website/translated_docs/ur-IN/config.md +++ b/website/translated_docs/ur-IN/config.md @@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/ ### Max Body Size -By default the maximum body size for a JSON document is `1mb`, if you run in errors as `"request entity too large"` you may increase this value. +By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value. ```yaml -max_body_size: 1mb +max_body_size: 10mb ``` ### Listen Port diff --git a/website/translated_docs/ur-IN/plugins.md b/website/translated_docs/ur-IN/plugins.md index 5d4e7376f..0bf0b5aba 100644 --- a/website/translated_docs/ur-IN/plugins.md +++ b/website/translated_docs/ur-IN/plugins.md @@ -2,7 +2,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding endpoints or using a custom storage. +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section. diff --git a/website/translated_docs/ur-PK/auth.md b/website/translated_docs/ur-PK/auth.md index ac38f1916..1bb66f6b0 100644 --- a/website/translated_docs/ur-PK/auth.md +++ b/website/translated_docs/ur-PK/auth.md @@ -21,7 +21,7 @@ registry=http://localhost:5555/ #### Anonymous publish -`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). Eg: @@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21 ## Default htpasswd -In order to simplify the setup, `verdaccio` use a build-in plugin based on `htpasswd`. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/ur-PK/config.md b/website/translated_docs/ur-PK/config.md index 6e4c2f806..f9ed4f30a 100644 --- a/website/translated_docs/ur-PK/config.md +++ b/website/translated_docs/ur-PK/config.md @@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/ ### Max Body Size -By default the maximum body size for a JSON document is `1mb`, if you run in errors as `"request entity too large"` you may increase this value. +By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value. ```yaml -max_body_size: 1mb +max_body_size: 10mb ``` ### Listen Port diff --git a/website/translated_docs/ur-PK/plugins.md b/website/translated_docs/ur-PK/plugins.md index 5d4e7376f..0bf0b5aba 100644 --- a/website/translated_docs/ur-PK/plugins.md +++ b/website/translated_docs/ur-PK/plugins.md @@ -2,7 +2,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding endpoints or using a custom storage. +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section. diff --git a/website/translated_docs/zh-Hans/auth.md b/website/translated_docs/zh-Hans/auth.md index 7fb94fcb5..cb193ea40 100644 --- a/website/translated_docs/zh-Hans/auth.md +++ b/website/translated_docs/zh-Hans/auth.md @@ -21,7 +21,7 @@ registry=http://localhost:5555/ #### 匿名发布包 -`Verdaccio` 提供了匿名发布功能, 使用此功能需要正确配置 [包访问权限](packages.md). +`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages access](packages.md). 例如: @@ -36,7 +36,7 @@ registry=http://localhost:5555/ ## 默认 htpasswd -为了简化安装配置步骤, `Verdaccio` 提供了一个基于 `htpasswd` 的内置认证插件. +In order to simplify the setup, `verdaccio` use a plugin based on `htpasswd`. As of version v3.0.0-beta.x an [external plugin](https://github.com/verdaccio/verdaccio-htpasswd) is used by default. The v2.x version of this package still contains the built-in version of this plugin. ```yaml auth: diff --git a/website/translated_docs/zh-Hans/config.md b/website/translated_docs/zh-Hans/config.md index 9ef4849b6..55706e65c 100644 --- a/website/translated_docs/zh-Hans/config.md +++ b/website/translated_docs/zh-Hans/config.md @@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/ ### 最大 Body 尺寸 -默认的 JSON 请求 Body 尺寸为 `1MB`,如果你遇到了错误提示 `"request entity too large"` ,可以尝试增大这个值 +By default the maximum body size for a JSON document is `10mb`, if you run in errors as `"request entity too large"` you may increase this value. ```yaml -max_body_size: 1mb +max_body_size: 10mb ``` ### 监听端口 diff --git a/website/translated_docs/zh-Hans/plugins.md b/website/translated_docs/zh-Hans/plugins.md index 5d4e7376f..0bf0b5aba 100644 --- a/website/translated_docs/zh-Hans/plugins.md +++ b/website/translated_docs/zh-Hans/plugins.md @@ -2,7 +2,7 @@ id: plugins title: "Plugins" --- -Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentifications methods, adding endpoints or using a custom storage. +Verdaccio is an plugabble aplication. It can be extended in many ways, either new authentication methods, adding endpoints or using a custom storage. > If you are interested to develop your own plugin, read the [development](development.md) section.