diff --git a/website/translated_docs/es-ES/ansible.md b/website/translated_docs/es-ES/ansible.md index a198dc20e..2044283f8 100644 --- a/website/translated_docs/es-ES/ansible.md +++ b/website/translated_docs/es-ES/ansible.md @@ -9,4 +9,5 @@ We have a customised solution for `verdaccio` in our organization. #### Other options * Ansible role for Gentoo users: [jirutka/ansible-role-sinopia](https://github.com/jirutka/ansible-role-sinopia). -* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). \ No newline at end of file +* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). +* ansible-verdaccio-role \ No newline at end of file diff --git a/website/translated_docs/es-ES/docker.md b/website/translated_docs/es-ES/docker.md index 134ec72be..c6b5d74c8 100644 --- a/website/translated_docs/es-ES/docker.md +++ b/website/translated_docs/es-ES/docker.md @@ -143,4 +143,17 @@ Please note that for any of the above docker commands you need to have docker in There is a separate repository that hosts multiple configurations to compose Docker images with `verdaccio`, for instance, as reverse proxy: -https://github.com/verdaccio/docker-examples \ No newline at end of file +https://github.com/verdaccio/docker-examples + +## Docker Custom Builds + +* [docker-verdaccio-gitlab](https://github.com/snics/docker-verdaccio-gitlab) +* [docker-verdaccio](https://github.com/deployable/docker-verdaccio) +* [docker-verdaccio-s3](https://github.com/asynchrony/docker-verdaccio-s3) Private NPM container that can backup to s3 +* [docker-verdaccio-ldap](https://github.com/snadn/docker-verdaccio-ldap) +* [verdaccio-ldap](https://github.com/nathantreid/verdaccio-ldap) +* [verdaccio-compose-local-bridge](https://github.com/shingtoli/verdaccio-compose-local-bridge) +* [docker-verdaccio](https://github.com/Global-Solutions/docker-verdaccio) +* [verdaccio-docker](https://github.com/idahobean/verdaccio-docker) +* [verdaccio-server](https://github.com/andru255/verdaccio-server) +* [coldrye-debian-verdaccio](https://github.com/coldrye-docker/coldrye-debian-verdaccio) docker image providing verdaccio from coldrye-debian-nodejs. \ No newline at end of file diff --git a/website/translated_docs/es-ES/kubernetes.md b/website/translated_docs/es-ES/kubernetes.md index 278288b43..b6796ba18 100644 --- a/website/translated_docs/es-ES/kubernetes.md +++ b/website/translated_docs/es-ES/kubernetes.md @@ -77,4 +77,10 @@ Now you can deploy the Verdaccio Helm chart and specify which configuration to u ```bash helm install --name npm --set customConfigMap=verdaccio-config stable/verdaccio -``` \ No newline at end of file +``` + +## Rancher Support + +[Rancher](http://rancher.com/) is a complete container management platform that makes managing and using containers in production really easy. + +* [verdaccio-rancher](https://github.com/lgaticaq/verdaccio-rancher) \ No newline at end of file diff --git a/website/translated_docs/es-ES/node-api.md b/website/translated_docs/es-ES/node-api.md index 16d193627..b58d9a140 100644 --- a/website/translated_docs/es-ES/node-api.md +++ b/website/translated_docs/es-ES/node-api.md @@ -17,4 +17,25 @@ Verdaccio can be invoqued programmatically. The node API was introduced after ve console.log('verdaccio running'); }); }); +``` + +## Other implementations + +* [verdaccio-server](https://github.com/boringame/verdaccio-server) local npm registry proxy server + +```js +// js +import * as verdaccioServer from "verdaccio-server"; +verdaccioServer.start(); +verdaccioServer.stop(); +verdaccioServer.list(); +verdaccioServer.stopAll(); +verdaccioServer.show(); +verdaccioServer.cli(); +// windows .net2 +verdaccioServer.serviceInstall(); +verdaccioServer.serviceUninstall(); +verdaccioServer.serviceStart(); +verdaccioServer.serviceStop(); +verdaccioServer.serviceRestart(); ``` \ No newline at end of file diff --git a/website/translated_docs/es-ES/plugins.md b/website/translated_docs/es-ES/plugins.md index a81264eab..bf8ee4f22 100644 --- a/website/translated_docs/es-ES/plugins.md +++ b/website/translated_docs/es-ES/plugins.md @@ -78,6 +78,7 @@ This is a list of plugins compatible with **Verdaccio**. * [sinopia-gitlabheres](https://www.npmjs.com/package/sinopia-gitlabheres): Gitlab authentication plugin for sinopia. * [sinopia-gitlab](https://www.npmjs.com/package/sinopia-gitlab): Gitlab authentication plugin for sinopia * [sinopia-ldap](https://www.npmjs.com/package/sinopia-ldap): LDAP auth plugin for sinopia. +* [sinopia-github-oauth-env](https://www.npmjs.com/package/sinopia-github-oauth-env) Sinopia authentication plugin with github oauth web flow. ## Verdaccio Plugins (since 2.1.x) diff --git a/website/translated_docs/es-ES/windows.md b/website/translated_docs/es-ES/windows.md index d00273ba0..c3cf1f6a7 100644 --- a/website/translated_docs/es-ES/windows.md +++ b/website/translated_docs/es-ES/windows.md @@ -44,4 +44,8 @@ ALTERNATIVE METHOD: (WinSW package was missing when I tried to download it) * Start your service * `verdaccio-winsw.exe start` -Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. \ No newline at end of file +Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. + +## Repositories + +* [verdaccio-deamon-windows](https://github.com/davidenke/verdaccio-deamon-windows) \ No newline at end of file diff --git a/website/translated_docs/pt-BR/ansible.md b/website/translated_docs/pt-BR/ansible.md index a198dc20e..2044283f8 100644 --- a/website/translated_docs/pt-BR/ansible.md +++ b/website/translated_docs/pt-BR/ansible.md @@ -9,4 +9,5 @@ We have a customised solution for `verdaccio` in our organization. #### Other options * Ansible role for Gentoo users: [jirutka/ansible-role-sinopia](https://github.com/jirutka/ansible-role-sinopia). -* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). \ No newline at end of file +* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). +* ansible-verdaccio-role \ No newline at end of file diff --git a/website/translated_docs/pt-BR/docker.md b/website/translated_docs/pt-BR/docker.md index d9d10ef4c..c6d173536 100644 --- a/website/translated_docs/pt-BR/docker.md +++ b/website/translated_docs/pt-BR/docker.md @@ -143,4 +143,17 @@ Please note that for any of the above docker commands you need to have docker in There is a separate repository that hosts multiple configurations to compose Docker images with `verdaccio`, for instance, as reverse proxy: -https://github.com/verdaccio/docker-examples \ No newline at end of file +https://github.com/verdaccio/docker-examples + +## Docker Custom Builds + +* [docker-verdaccio-gitlab](https://github.com/snics/docker-verdaccio-gitlab) +* [docker-verdaccio](https://github.com/deployable/docker-verdaccio) +* [docker-verdaccio-s3](https://github.com/asynchrony/docker-verdaccio-s3) Private NPM container that can backup to s3 +* [docker-verdaccio-ldap](https://github.com/snadn/docker-verdaccio-ldap) +* [verdaccio-ldap](https://github.com/nathantreid/verdaccio-ldap) +* [verdaccio-compose-local-bridge](https://github.com/shingtoli/verdaccio-compose-local-bridge) +* [docker-verdaccio](https://github.com/Global-Solutions/docker-verdaccio) +* [verdaccio-docker](https://github.com/idahobean/verdaccio-docker) +* [verdaccio-server](https://github.com/andru255/verdaccio-server) +* [coldrye-debian-verdaccio](https://github.com/coldrye-docker/coldrye-debian-verdaccio) docker image providing verdaccio from coldrye-debian-nodejs. \ No newline at end of file diff --git a/website/translated_docs/pt-BR/kubernetes.md b/website/translated_docs/pt-BR/kubernetes.md index 278288b43..b6796ba18 100644 --- a/website/translated_docs/pt-BR/kubernetes.md +++ b/website/translated_docs/pt-BR/kubernetes.md @@ -77,4 +77,10 @@ Now you can deploy the Verdaccio Helm chart and specify which configuration to u ```bash helm install --name npm --set customConfigMap=verdaccio-config stable/verdaccio -``` \ No newline at end of file +``` + +## Rancher Support + +[Rancher](http://rancher.com/) is a complete container management platform that makes managing and using containers in production really easy. + +* [verdaccio-rancher](https://github.com/lgaticaq/verdaccio-rancher) \ No newline at end of file diff --git a/website/translated_docs/pt-BR/node-api.md b/website/translated_docs/pt-BR/node-api.md index 16d193627..b58d9a140 100644 --- a/website/translated_docs/pt-BR/node-api.md +++ b/website/translated_docs/pt-BR/node-api.md @@ -17,4 +17,25 @@ Verdaccio can be invoqued programmatically. The node API was introduced after ve console.log('verdaccio running'); }); }); +``` + +## Other implementations + +* [verdaccio-server](https://github.com/boringame/verdaccio-server) local npm registry proxy server + +```js +// js +import * as verdaccioServer from "verdaccio-server"; +verdaccioServer.start(); +verdaccioServer.stop(); +verdaccioServer.list(); +verdaccioServer.stopAll(); +verdaccioServer.show(); +verdaccioServer.cli(); +// windows .net2 +verdaccioServer.serviceInstall(); +verdaccioServer.serviceUninstall(); +verdaccioServer.serviceStart(); +verdaccioServer.serviceStop(); +verdaccioServer.serviceRestart(); ``` \ No newline at end of file diff --git a/website/translated_docs/pt-BR/plugins.md b/website/translated_docs/pt-BR/plugins.md index a81264eab..bf8ee4f22 100644 --- a/website/translated_docs/pt-BR/plugins.md +++ b/website/translated_docs/pt-BR/plugins.md @@ -78,6 +78,7 @@ This is a list of plugins compatible with **Verdaccio**. * [sinopia-gitlabheres](https://www.npmjs.com/package/sinopia-gitlabheres): Gitlab authentication plugin for sinopia. * [sinopia-gitlab](https://www.npmjs.com/package/sinopia-gitlab): Gitlab authentication plugin for sinopia * [sinopia-ldap](https://www.npmjs.com/package/sinopia-ldap): LDAP auth plugin for sinopia. +* [sinopia-github-oauth-env](https://www.npmjs.com/package/sinopia-github-oauth-env) Sinopia authentication plugin with github oauth web flow. ## Verdaccio Plugins (since 2.1.x) diff --git a/website/translated_docs/pt-BR/windows.md b/website/translated_docs/pt-BR/windows.md index d00273ba0..c3cf1f6a7 100644 --- a/website/translated_docs/pt-BR/windows.md +++ b/website/translated_docs/pt-BR/windows.md @@ -44,4 +44,8 @@ ALTERNATIVE METHOD: (WinSW package was missing when I tried to download it) * Start your service * `verdaccio-winsw.exe start` -Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. \ No newline at end of file +Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. + +## Repositories + +* [verdaccio-deamon-windows](https://github.com/davidenke/verdaccio-deamon-windows) \ No newline at end of file diff --git a/website/translated_docs/ur-PK/ansible.md b/website/translated_docs/ur-PK/ansible.md index a198dc20e..2044283f8 100644 --- a/website/translated_docs/ur-PK/ansible.md +++ b/website/translated_docs/ur-PK/ansible.md @@ -9,4 +9,5 @@ We have a customised solution for `verdaccio` in our organization. #### Other options * Ansible role for Gentoo users: [jirutka/ansible-role-sinopia](https://github.com/jirutka/ansible-role-sinopia). -* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). \ No newline at end of file +* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). +* ansible-verdaccio-role \ No newline at end of file diff --git a/website/translated_docs/ur-PK/docker.md b/website/translated_docs/ur-PK/docker.md index d9d10ef4c..c6d173536 100644 --- a/website/translated_docs/ur-PK/docker.md +++ b/website/translated_docs/ur-PK/docker.md @@ -143,4 +143,17 @@ Please note that for any of the above docker commands you need to have docker in There is a separate repository that hosts multiple configurations to compose Docker images with `verdaccio`, for instance, as reverse proxy: -https://github.com/verdaccio/docker-examples \ No newline at end of file +https://github.com/verdaccio/docker-examples + +## Docker Custom Builds + +* [docker-verdaccio-gitlab](https://github.com/snics/docker-verdaccio-gitlab) +* [docker-verdaccio](https://github.com/deployable/docker-verdaccio) +* [docker-verdaccio-s3](https://github.com/asynchrony/docker-verdaccio-s3) Private NPM container that can backup to s3 +* [docker-verdaccio-ldap](https://github.com/snadn/docker-verdaccio-ldap) +* [verdaccio-ldap](https://github.com/nathantreid/verdaccio-ldap) +* [verdaccio-compose-local-bridge](https://github.com/shingtoli/verdaccio-compose-local-bridge) +* [docker-verdaccio](https://github.com/Global-Solutions/docker-verdaccio) +* [verdaccio-docker](https://github.com/idahobean/verdaccio-docker) +* [verdaccio-server](https://github.com/andru255/verdaccio-server) +* [coldrye-debian-verdaccio](https://github.com/coldrye-docker/coldrye-debian-verdaccio) docker image providing verdaccio from coldrye-debian-nodejs. \ No newline at end of file diff --git a/website/translated_docs/ur-PK/kubernetes.md b/website/translated_docs/ur-PK/kubernetes.md index 278288b43..b6796ba18 100644 --- a/website/translated_docs/ur-PK/kubernetes.md +++ b/website/translated_docs/ur-PK/kubernetes.md @@ -77,4 +77,10 @@ Now you can deploy the Verdaccio Helm chart and specify which configuration to u ```bash helm install --name npm --set customConfigMap=verdaccio-config stable/verdaccio -``` \ No newline at end of file +``` + +## Rancher Support + +[Rancher](http://rancher.com/) is a complete container management platform that makes managing and using containers in production really easy. + +* [verdaccio-rancher](https://github.com/lgaticaq/verdaccio-rancher) \ No newline at end of file diff --git a/website/translated_docs/ur-PK/node-api.md b/website/translated_docs/ur-PK/node-api.md index 16d193627..b58d9a140 100644 --- a/website/translated_docs/ur-PK/node-api.md +++ b/website/translated_docs/ur-PK/node-api.md @@ -17,4 +17,25 @@ Verdaccio can be invoqued programmatically. The node API was introduced after ve console.log('verdaccio running'); }); }); +``` + +## Other implementations + +* [verdaccio-server](https://github.com/boringame/verdaccio-server) local npm registry proxy server + +```js +// js +import * as verdaccioServer from "verdaccio-server"; +verdaccioServer.start(); +verdaccioServer.stop(); +verdaccioServer.list(); +verdaccioServer.stopAll(); +verdaccioServer.show(); +verdaccioServer.cli(); +// windows .net2 +verdaccioServer.serviceInstall(); +verdaccioServer.serviceUninstall(); +verdaccioServer.serviceStart(); +verdaccioServer.serviceStop(); +verdaccioServer.serviceRestart(); ``` \ No newline at end of file diff --git a/website/translated_docs/ur-PK/plugins.md b/website/translated_docs/ur-PK/plugins.md index a81264eab..bf8ee4f22 100644 --- a/website/translated_docs/ur-PK/plugins.md +++ b/website/translated_docs/ur-PK/plugins.md @@ -78,6 +78,7 @@ This is a list of plugins compatible with **Verdaccio**. * [sinopia-gitlabheres](https://www.npmjs.com/package/sinopia-gitlabheres): Gitlab authentication plugin for sinopia. * [sinopia-gitlab](https://www.npmjs.com/package/sinopia-gitlab): Gitlab authentication plugin for sinopia * [sinopia-ldap](https://www.npmjs.com/package/sinopia-ldap): LDAP auth plugin for sinopia. +* [sinopia-github-oauth-env](https://www.npmjs.com/package/sinopia-github-oauth-env) Sinopia authentication plugin with github oauth web flow. ## Verdaccio Plugins (since 2.1.x) diff --git a/website/translated_docs/ur-PK/windows.md b/website/translated_docs/ur-PK/windows.md index d00273ba0..c3cf1f6a7 100644 --- a/website/translated_docs/ur-PK/windows.md +++ b/website/translated_docs/ur-PK/windows.md @@ -44,4 +44,8 @@ ALTERNATIVE METHOD: (WinSW package was missing when I tried to download it) * Start your service * `verdaccio-winsw.exe start` -Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. \ No newline at end of file +Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. + +## Repositories + +* [verdaccio-deamon-windows](https://github.com/davidenke/verdaccio-deamon-windows) \ No newline at end of file diff --git a/website/translated_docs/zh-HK/ansible.md b/website/translated_docs/zh-HK/ansible.md index a198dc20e..2044283f8 100644 --- a/website/translated_docs/zh-HK/ansible.md +++ b/website/translated_docs/zh-HK/ansible.md @@ -9,4 +9,5 @@ We have a customised solution for `verdaccio` in our organization. #### Other options * Ansible role for Gentoo users: [jirutka/ansible-role-sinopia](https://github.com/jirutka/ansible-role-sinopia). -* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). \ No newline at end of file +* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). +* ansible-verdaccio-role \ No newline at end of file diff --git a/website/translated_docs/zh-HK/docker.md b/website/translated_docs/zh-HK/docker.md index d9d10ef4c..c6d173536 100644 --- a/website/translated_docs/zh-HK/docker.md +++ b/website/translated_docs/zh-HK/docker.md @@ -143,4 +143,17 @@ Please note that for any of the above docker commands you need to have docker in There is a separate repository that hosts multiple configurations to compose Docker images with `verdaccio`, for instance, as reverse proxy: -https://github.com/verdaccio/docker-examples \ No newline at end of file +https://github.com/verdaccio/docker-examples + +## Docker Custom Builds + +* [docker-verdaccio-gitlab](https://github.com/snics/docker-verdaccio-gitlab) +* [docker-verdaccio](https://github.com/deployable/docker-verdaccio) +* [docker-verdaccio-s3](https://github.com/asynchrony/docker-verdaccio-s3) Private NPM container that can backup to s3 +* [docker-verdaccio-ldap](https://github.com/snadn/docker-verdaccio-ldap) +* [verdaccio-ldap](https://github.com/nathantreid/verdaccio-ldap) +* [verdaccio-compose-local-bridge](https://github.com/shingtoli/verdaccio-compose-local-bridge) +* [docker-verdaccio](https://github.com/Global-Solutions/docker-verdaccio) +* [verdaccio-docker](https://github.com/idahobean/verdaccio-docker) +* [verdaccio-server](https://github.com/andru255/verdaccio-server) +* [coldrye-debian-verdaccio](https://github.com/coldrye-docker/coldrye-debian-verdaccio) docker image providing verdaccio from coldrye-debian-nodejs. \ No newline at end of file diff --git a/website/translated_docs/zh-HK/kubernetes.md b/website/translated_docs/zh-HK/kubernetes.md index 278288b43..b6796ba18 100644 --- a/website/translated_docs/zh-HK/kubernetes.md +++ b/website/translated_docs/zh-HK/kubernetes.md @@ -77,4 +77,10 @@ Now you can deploy the Verdaccio Helm chart and specify which configuration to u ```bash helm install --name npm --set customConfigMap=verdaccio-config stable/verdaccio -``` \ No newline at end of file +``` + +## Rancher Support + +[Rancher](http://rancher.com/) is a complete container management platform that makes managing and using containers in production really easy. + +* [verdaccio-rancher](https://github.com/lgaticaq/verdaccio-rancher) \ No newline at end of file diff --git a/website/translated_docs/zh-HK/node-api.md b/website/translated_docs/zh-HK/node-api.md index 16d193627..b58d9a140 100644 --- a/website/translated_docs/zh-HK/node-api.md +++ b/website/translated_docs/zh-HK/node-api.md @@ -17,4 +17,25 @@ Verdaccio can be invoqued programmatically. The node API was introduced after ve console.log('verdaccio running'); }); }); +``` + +## Other implementations + +* [verdaccio-server](https://github.com/boringame/verdaccio-server) local npm registry proxy server + +```js +// js +import * as verdaccioServer from "verdaccio-server"; +verdaccioServer.start(); +verdaccioServer.stop(); +verdaccioServer.list(); +verdaccioServer.stopAll(); +verdaccioServer.show(); +verdaccioServer.cli(); +// windows .net2 +verdaccioServer.serviceInstall(); +verdaccioServer.serviceUninstall(); +verdaccioServer.serviceStart(); +verdaccioServer.serviceStop(); +verdaccioServer.serviceRestart(); ``` \ No newline at end of file diff --git a/website/translated_docs/zh-HK/plugins.md b/website/translated_docs/zh-HK/plugins.md index a81264eab..bf8ee4f22 100644 --- a/website/translated_docs/zh-HK/plugins.md +++ b/website/translated_docs/zh-HK/plugins.md @@ -78,6 +78,7 @@ This is a list of plugins compatible with **Verdaccio**. * [sinopia-gitlabheres](https://www.npmjs.com/package/sinopia-gitlabheres): Gitlab authentication plugin for sinopia. * [sinopia-gitlab](https://www.npmjs.com/package/sinopia-gitlab): Gitlab authentication plugin for sinopia * [sinopia-ldap](https://www.npmjs.com/package/sinopia-ldap): LDAP auth plugin for sinopia. +* [sinopia-github-oauth-env](https://www.npmjs.com/package/sinopia-github-oauth-env) Sinopia authentication plugin with github oauth web flow. ## Verdaccio Plugins (since 2.1.x) diff --git a/website/translated_docs/zh-HK/windows.md b/website/translated_docs/zh-HK/windows.md index d00273ba0..c3cf1f6a7 100644 --- a/website/translated_docs/zh-HK/windows.md +++ b/website/translated_docs/zh-HK/windows.md @@ -44,4 +44,8 @@ ALTERNATIVE METHOD: (WinSW package was missing when I tried to download it) * Start your service * `verdaccio-winsw.exe start` -Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. \ No newline at end of file +Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. + +## Repositories + +* [verdaccio-deamon-windows](https://github.com/davidenke/verdaccio-deamon-windows) \ No newline at end of file diff --git a/website/translated_docs/zh-Hans/ansible.md b/website/translated_docs/zh-Hans/ansible.md index a198dc20e..2044283f8 100644 --- a/website/translated_docs/zh-Hans/ansible.md +++ b/website/translated_docs/zh-Hans/ansible.md @@ -9,4 +9,5 @@ We have a customised solution for `verdaccio` in our organization. #### Other options * Ansible role for Gentoo users: [jirutka/ansible-role-sinopia](https://github.com/jirutka/ansible-role-sinopia). -* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). \ No newline at end of file +* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). +* ansible-verdaccio-role \ No newline at end of file diff --git a/website/translated_docs/zh-Hans/docker.md b/website/translated_docs/zh-Hans/docker.md index d9d10ef4c..c6d173536 100644 --- a/website/translated_docs/zh-Hans/docker.md +++ b/website/translated_docs/zh-Hans/docker.md @@ -143,4 +143,17 @@ Please note that for any of the above docker commands you need to have docker in There is a separate repository that hosts multiple configurations to compose Docker images with `verdaccio`, for instance, as reverse proxy: -https://github.com/verdaccio/docker-examples \ No newline at end of file +https://github.com/verdaccio/docker-examples + +## Docker Custom Builds + +* [docker-verdaccio-gitlab](https://github.com/snics/docker-verdaccio-gitlab) +* [docker-verdaccio](https://github.com/deployable/docker-verdaccio) +* [docker-verdaccio-s3](https://github.com/asynchrony/docker-verdaccio-s3) Private NPM container that can backup to s3 +* [docker-verdaccio-ldap](https://github.com/snadn/docker-verdaccio-ldap) +* [verdaccio-ldap](https://github.com/nathantreid/verdaccio-ldap) +* [verdaccio-compose-local-bridge](https://github.com/shingtoli/verdaccio-compose-local-bridge) +* [docker-verdaccio](https://github.com/Global-Solutions/docker-verdaccio) +* [verdaccio-docker](https://github.com/idahobean/verdaccio-docker) +* [verdaccio-server](https://github.com/andru255/verdaccio-server) +* [coldrye-debian-verdaccio](https://github.com/coldrye-docker/coldrye-debian-verdaccio) docker image providing verdaccio from coldrye-debian-nodejs. \ No newline at end of file diff --git a/website/translated_docs/zh-Hans/kubernetes.md b/website/translated_docs/zh-Hans/kubernetes.md index 278288b43..b6796ba18 100644 --- a/website/translated_docs/zh-Hans/kubernetes.md +++ b/website/translated_docs/zh-Hans/kubernetes.md @@ -77,4 +77,10 @@ Now you can deploy the Verdaccio Helm chart and specify which configuration to u ```bash helm install --name npm --set customConfigMap=verdaccio-config stable/verdaccio -``` \ No newline at end of file +``` + +## Rancher Support + +[Rancher](http://rancher.com/) is a complete container management platform that makes managing and using containers in production really easy. + +* [verdaccio-rancher](https://github.com/lgaticaq/verdaccio-rancher) \ No newline at end of file diff --git a/website/translated_docs/zh-Hans/node-api.md b/website/translated_docs/zh-Hans/node-api.md index 16d193627..b58d9a140 100644 --- a/website/translated_docs/zh-Hans/node-api.md +++ b/website/translated_docs/zh-Hans/node-api.md @@ -17,4 +17,25 @@ Verdaccio can be invoqued programmatically. The node API was introduced after ve console.log('verdaccio running'); }); }); +``` + +## Other implementations + +* [verdaccio-server](https://github.com/boringame/verdaccio-server) local npm registry proxy server + +```js +// js +import * as verdaccioServer from "verdaccio-server"; +verdaccioServer.start(); +verdaccioServer.stop(); +verdaccioServer.list(); +verdaccioServer.stopAll(); +verdaccioServer.show(); +verdaccioServer.cli(); +// windows .net2 +verdaccioServer.serviceInstall(); +verdaccioServer.serviceUninstall(); +verdaccioServer.serviceStart(); +verdaccioServer.serviceStop(); +verdaccioServer.serviceRestart(); ``` \ No newline at end of file diff --git a/website/translated_docs/zh-Hans/plugins.md b/website/translated_docs/zh-Hans/plugins.md index a81264eab..bf8ee4f22 100644 --- a/website/translated_docs/zh-Hans/plugins.md +++ b/website/translated_docs/zh-Hans/plugins.md @@ -78,6 +78,7 @@ This is a list of plugins compatible with **Verdaccio**. * [sinopia-gitlabheres](https://www.npmjs.com/package/sinopia-gitlabheres): Gitlab authentication plugin for sinopia. * [sinopia-gitlab](https://www.npmjs.com/package/sinopia-gitlab): Gitlab authentication plugin for sinopia * [sinopia-ldap](https://www.npmjs.com/package/sinopia-ldap): LDAP auth plugin for sinopia. +* [sinopia-github-oauth-env](https://www.npmjs.com/package/sinopia-github-oauth-env) Sinopia authentication plugin with github oauth web flow. ## Verdaccio Plugins (since 2.1.x) diff --git a/website/translated_docs/zh-Hans/windows.md b/website/translated_docs/zh-Hans/windows.md index d00273ba0..c3cf1f6a7 100644 --- a/website/translated_docs/zh-Hans/windows.md +++ b/website/translated_docs/zh-Hans/windows.md @@ -44,4 +44,8 @@ ALTERNATIVE METHOD: (WinSW package was missing when I tried to download it) * Start your service * `verdaccio-winsw.exe start` -Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. \ No newline at end of file +Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. + +## Repositories + +* [verdaccio-deamon-windows](https://github.com/davidenke/verdaccio-deamon-windows) \ No newline at end of file diff --git a/website/translated_docs/zh-Hant/ansible.md b/website/translated_docs/zh-Hant/ansible.md index a198dc20e..2044283f8 100644 --- a/website/translated_docs/zh-Hant/ansible.md +++ b/website/translated_docs/zh-Hant/ansible.md @@ -9,4 +9,5 @@ We have a customised solution for `verdaccio` in our organization. #### Other options * Ansible role for Gentoo users: [jirutka/ansible-role-sinopia](https://github.com/jirutka/ansible-role-sinopia). -* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). \ No newline at end of file +* Ansible role for Ubuntu users: [jagregory/sinopia-ansible](https://github.com/jagregory/sinopia-ansible). +* ansible-verdaccio-role \ No newline at end of file diff --git a/website/translated_docs/zh-Hant/docker.md b/website/translated_docs/zh-Hant/docker.md index d9d10ef4c..c6d173536 100644 --- a/website/translated_docs/zh-Hant/docker.md +++ b/website/translated_docs/zh-Hant/docker.md @@ -143,4 +143,17 @@ Please note that for any of the above docker commands you need to have docker in There is a separate repository that hosts multiple configurations to compose Docker images with `verdaccio`, for instance, as reverse proxy: -https://github.com/verdaccio/docker-examples \ No newline at end of file +https://github.com/verdaccio/docker-examples + +## Docker Custom Builds + +* [docker-verdaccio-gitlab](https://github.com/snics/docker-verdaccio-gitlab) +* [docker-verdaccio](https://github.com/deployable/docker-verdaccio) +* [docker-verdaccio-s3](https://github.com/asynchrony/docker-verdaccio-s3) Private NPM container that can backup to s3 +* [docker-verdaccio-ldap](https://github.com/snadn/docker-verdaccio-ldap) +* [verdaccio-ldap](https://github.com/nathantreid/verdaccio-ldap) +* [verdaccio-compose-local-bridge](https://github.com/shingtoli/verdaccio-compose-local-bridge) +* [docker-verdaccio](https://github.com/Global-Solutions/docker-verdaccio) +* [verdaccio-docker](https://github.com/idahobean/verdaccio-docker) +* [verdaccio-server](https://github.com/andru255/verdaccio-server) +* [coldrye-debian-verdaccio](https://github.com/coldrye-docker/coldrye-debian-verdaccio) docker image providing verdaccio from coldrye-debian-nodejs. \ No newline at end of file diff --git a/website/translated_docs/zh-Hant/kubernetes.md b/website/translated_docs/zh-Hant/kubernetes.md index 278288b43..b6796ba18 100644 --- a/website/translated_docs/zh-Hant/kubernetes.md +++ b/website/translated_docs/zh-Hant/kubernetes.md @@ -77,4 +77,10 @@ Now you can deploy the Verdaccio Helm chart and specify which configuration to u ```bash helm install --name npm --set customConfigMap=verdaccio-config stable/verdaccio -``` \ No newline at end of file +``` + +## Rancher Support + +[Rancher](http://rancher.com/) is a complete container management platform that makes managing and using containers in production really easy. + +* [verdaccio-rancher](https://github.com/lgaticaq/verdaccio-rancher) \ No newline at end of file diff --git a/website/translated_docs/zh-Hant/node-api.md b/website/translated_docs/zh-Hant/node-api.md index 16d193627..b58d9a140 100644 --- a/website/translated_docs/zh-Hant/node-api.md +++ b/website/translated_docs/zh-Hant/node-api.md @@ -17,4 +17,25 @@ Verdaccio can be invoqued programmatically. The node API was introduced after ve console.log('verdaccio running'); }); }); +``` + +## Other implementations + +* [verdaccio-server](https://github.com/boringame/verdaccio-server) local npm registry proxy server + +```js +// js +import * as verdaccioServer from "verdaccio-server"; +verdaccioServer.start(); +verdaccioServer.stop(); +verdaccioServer.list(); +verdaccioServer.stopAll(); +verdaccioServer.show(); +verdaccioServer.cli(); +// windows .net2 +verdaccioServer.serviceInstall(); +verdaccioServer.serviceUninstall(); +verdaccioServer.serviceStart(); +verdaccioServer.serviceStop(); +verdaccioServer.serviceRestart(); ``` \ No newline at end of file diff --git a/website/translated_docs/zh-Hant/plugins.md b/website/translated_docs/zh-Hant/plugins.md index a81264eab..bf8ee4f22 100644 --- a/website/translated_docs/zh-Hant/plugins.md +++ b/website/translated_docs/zh-Hant/plugins.md @@ -78,6 +78,7 @@ This is a list of plugins compatible with **Verdaccio**. * [sinopia-gitlabheres](https://www.npmjs.com/package/sinopia-gitlabheres): Gitlab authentication plugin for sinopia. * [sinopia-gitlab](https://www.npmjs.com/package/sinopia-gitlab): Gitlab authentication plugin for sinopia * [sinopia-ldap](https://www.npmjs.com/package/sinopia-ldap): LDAP auth plugin for sinopia. +* [sinopia-github-oauth-env](https://www.npmjs.com/package/sinopia-github-oauth-env) Sinopia authentication plugin with github oauth web flow. ## Verdaccio Plugins (since 2.1.x) diff --git a/website/translated_docs/zh-Hant/windows.md b/website/translated_docs/zh-Hant/windows.md index d00273ba0..c3cf1f6a7 100644 --- a/website/translated_docs/zh-Hant/windows.md +++ b/website/translated_docs/zh-Hant/windows.md @@ -44,4 +44,8 @@ ALTERNATIVE METHOD: (WinSW package was missing when I tried to download it) * Start your service * `verdaccio-winsw.exe start` -Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. \ No newline at end of file +Some of the above config is more verbose than I had expected, it appears as though 'workingdirectory' is ignored, but other than that, this works for me and allows my verdaccio instance to persist between restarts of the server, and also restart itself should there be any crashes of the verdaccio process. + +## Repositories + +* [verdaccio-deamon-windows](https://github.com/davidenke/verdaccio-deamon-windows) \ No newline at end of file