diff --git a/docs/auth.md b/docs/auth.md index 4bbc62d27..08856194c 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: @@ -37,7 +37,8 @@ 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/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 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. 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.