mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
558d78f32a
* feat: flexible template generator and manifest * chore: add changeset * chore: restore dep * chore: add docs * chore: update snapshots * chore: update docker examples for v5 * chore: refactor web module * chore: format * chore: refactor web api endpoints * test: add test for user login web * chore: refactor endpoints * chore: fix merge * chore: fix merge * Update ci.yml * chore: test * chore: add static * chore: update script * chore: fix e2e * chore: fix method * docs: update v5 relative docker example * chore: update html render * chore: update style * Update .prettierignore * chore: update changeset * chore: use pnpm6 on run test temporary ci * chore: drop node 16 for pnpm 6 * chore: update ci * chore: update ci * chore: update ci * chore: update ci * chore: remove circle ci * chore: better url prefix handling * chore: format code * chore: remove test node 10 * docs: add docker v5 relative revers proxy example * chore: use base html tag * chore: update test
55 lines
1.9 KiB
Markdown
55 lines
1.9 KiB
Markdown
# Docker + Kubernetes Examples
|
|
|
|
This folder aims to create a collection of Docker and Kubernetes examples.
|
|
|
|
For more information about the **Helm** Chart, please check it [owns repo](https://github.com/verdaccio/charts).
|
|
|
|
> Feel free to contribute whether you consider any use case is relevant for the public in general.
|
|
|
|
## Examples
|
|
|
|
The following examples aim to be demonstrative and can be either improved or updated.
|
|
|
|
### Verdaccio 5
|
|
|
|
- [Docker + Nginx + Verdaccio](v5/reverse_proxy/nginx/README.md)
|
|
|
|
### Verdaccio 4
|
|
|
|
#### Proxies
|
|
|
|
- [Docker + Apache + Verdaccio](v4/apache-verdaccio/README.md)
|
|
- [Docker + Nginx + Verdaccio](v4/reverse_proxy/nginx/README.md)
|
|
- [Docker + https-portal Example](v4/https-portal-example/README.md)
|
|
|
|
#### Plugins
|
|
|
|
- [Docker + Uplinks Multi Registry](v4/multi-registry-uplink/README.md)
|
|
- [Docker + Local Storage](v4/docker-local-storage-volume/readme.md)
|
|
- [Docker + External Plugins](v4/docker-plugin-external/README.md)
|
|
|
|
#### Auth
|
|
|
|
- [Docker + LDAP (OpenLDAP) Server + Verdaccio 4](v4/ldap-verdaccio/readme.md) by **@kopax**
|
|
- [Docker + Gitlab](gitlab-verdaccio/README.md)
|
|
- [Docker + Active Directory](https://github.com/Mateus-Oli/verdaccio-ad-docker)
|
|
|
|
#### Storage
|
|
|
|
- [Docker + AWS S3 Plugin(localstack) + Verdaccio 4](v4/amazon-s3-docker-example/v4/README.md)
|
|
- [Docker + Minio](https://github.com/barolab/verdaccio-minio/tree/master/example)
|
|
|
|
### Kubernetes
|
|
|
|
- Kubernetes (minikube) + Verdaccio (Basic Configuration)
|
|
- Kubernetes Helm and Verdaccio Chart (Basic Tutorial)
|
|
|
|
### External
|
|
|
|
- [
|
|
Verdaccio examples for Google Cloud and K8s setups. https://github.com/papezt/verdaccio-examples](https://github.com/papezt/verdaccio-examples)
|
|
|
|
### Articles
|
|
|
|
- [https://medium.com/@tompape/kubernetes-private-npm-registry-fb5f450fa611](https://medium.com/@tompape/kubernetes-private-npm-registry-fb5f450fa611)
|
|
- [Déployer Verdaccio sur rancher avec un helm](https://tommygingras.com/deployer-verdaccio-sur-rancher-avec-un-helm/)
|