Merge branch 'feature-release' of github.com:verdaccio/verdaccio into feature-release

This commit is contained in:
Juan Picado @jotadeveloper 2018-05-30 22:56:13 +02:00
commit bd665ad999
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
30 changed files with 51 additions and 50 deletions

View File

@ -22,7 +22,7 @@ registry=http://localhost:5555/
#### Anonymous publish #### 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: Eg:
@ -37,7 +37,8 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
## Default htpasswd ## 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 ```yaml
auth: auth:

View File

@ -112,10 +112,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/
### Max Body Size ### 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 ```yaml
max_body_size: 1mb max_body_size: 10mb
``` ```
### Listen Port ### Listen Port

View File

@ -3,7 +3,7 @@ id: plugins
title: "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. endpoints or using a custom storage.
> If you are interested to develop your own plugin, read the [development](development.md) section. > If you are interested to develop your own plugin, read the [development](development.md) section.

View File

@ -21,7 +21,7 @@ registry=http://localhost:5555/
#### Anonymous publish #### 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: Eg:
@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
## Default htpasswd ## 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 ```yaml
auth: auth:

View File

@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/
### Max Body Size ### 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 ```yaml
max_body_size: 1mb max_body_size: 10mb
``` ```
### Listen Port ### Listen Port

View File

@ -2,7 +2,7 @@
id: plugins id: plugins
title: "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. > If you are interested to develop your own plugin, read the [development](development.md) section.

View File

@ -21,7 +21,7 @@ registry=http://localhost:5555/
#### Anonymous publish #### 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: Eg:
@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
## Default htpasswd ## 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 ```yaml
auth: auth:

View File

@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/
### Max Body Size ### 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 ```yaml
max_body_size: 1mb max_body_size: 10mb
``` ```
### Listen Port ### Listen Port

View File

@ -2,7 +2,7 @@
id: plugins id: plugins
title: "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. > If you are interested to develop your own plugin, read the [development](development.md) section.

View File

@ -21,7 +21,7 @@ registry=http://localhost:5555/
#### Publicar anonimamente #### 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: Por ejemplo:
@ -36,7 +36,7 @@ Como se describe en [el ticket #212](https://github.com/verdaccio/verdaccio/issu
## Htpasswd por defecto ## 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 ```yaml
auth: auth:

View File

@ -108,10 +108,10 @@ Desde: `verdaccio@2.3.6` debido a [#197](https://github.com/verdaccio/verdaccio/
### Tamaño Máximo del Cuerpo ### 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 ```yaml
max_body_size: 1mb max_body_size: 10mb
``` ```
### Puertos ### Puertos

View File

@ -2,7 +2,7 @@
id: plugins id: plugins
title: "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. > If you are interested to develop your own plugin, read the [development](development.md) section.

View File

@ -21,7 +21,7 @@ registry=http://localhost:5555/
#### Anonymous publish #### 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: Eg:
@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
## Default htpasswd ## 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 ```yaml
auth: auth:

View File

@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/
### Max Body Size ### 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 ```yaml
max_body_size: 1mb max_body_size: 10mb
``` ```
### Listen Port ### Listen Port

View File

@ -2,7 +2,7 @@
id: plugins id: plugins
title: "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. > If you are interested to develop your own plugin, read the [development](development.md) section.

View File

@ -21,7 +21,7 @@ registry=http://localhost:5555/
#### Anonymous publish #### 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: Eg:
@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
## Default htpasswd ## 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 ```yaml
auth: auth:

View File

@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/
### Max Body Size ### 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 ```yaml
max_body_size: 1mb max_body_size: 10mb
``` ```
### Listen Port ### Listen Port

View File

@ -2,7 +2,7 @@
id: plugins id: plugins
title: "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. > If you are interested to develop your own plugin, read the [development](development.md) section.

View File

@ -21,7 +21,7 @@ registry=http://localhost:5555/
#### Anonymous publish #### 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: Eg:
@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
## Default htpasswd ## 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 ```yaml
auth: auth:

View File

@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/
### Max Body Size ### 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 ```yaml
max_body_size: 1mb max_body_size: 10mb
``` ```
### Listen Port ### Listen Port

View File

@ -2,7 +2,7 @@
id: plugins id: plugins
title: "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. > If you are interested to develop your own plugin, read the [development](development.md) section.

View File

@ -21,7 +21,7 @@ registry=http://localhost:5555/
#### Anonymous publish #### 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: Eg:
@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
## Default htpasswd ## 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 ```yaml
auth: auth:

View File

@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/
### Max Body Size ### 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 ```yaml
max_body_size: 1mb max_body_size: 10mb
``` ```
### Listen Port ### Listen Port

View File

@ -2,7 +2,7 @@
id: plugins id: plugins
title: "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. > If you are interested to develop your own plugin, read the [development](development.md) section.

View File

@ -21,7 +21,7 @@ registry=http://localhost:5555/
#### Anonymous publish #### 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: Eg:
@ -36,7 +36,7 @@ As is described [on issue #212](https://github.com/verdaccio/verdaccio/issues/21
## Default htpasswd ## 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 ```yaml
auth: auth:

View File

@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/
### Max Body Size ### 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 ```yaml
max_body_size: 1mb max_body_size: 10mb
``` ```
### Listen Port ### Listen Port

View File

@ -2,7 +2,7 @@
id: plugins id: plugins
title: "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. > If you are interested to develop your own plugin, read the [development](development.md) section.

View File

@ -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 ## 默认 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 ```yaml
auth: auth:

View File

@ -108,10 +108,10 @@ Since: `verdaccio@2.3.6` due [#197](https://github.com/verdaccio/verdaccio/pull/
### 最大 Body 尺寸 ### 最大 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 ```yaml
max_body_size: 1mb max_body_size: 10mb
``` ```
### 监听端口 ### 监听端口

View File

@ -2,7 +2,7 @@
id: plugins id: plugins
title: "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. > If you are interested to develop your own plugin, read the [development](development.md) section.