oecis-charts/charts/vaultwarden/README.md

93 lines
3.7 KiB
Markdown
Raw Normal View History

2023-08-27 13:38:38 +00:00
# vaultwarden
![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![AppVersion: 1.24.0](https://img.shields.io/badge/AppVersion-1.24.0-informational?style=flat-square)
vaultwarden is an unofficial Bitwarden-compatible server written in Rust
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| Lester Guerzon | <lester.guerzon@gmail.com> | <https://github.com/guerzon> |
## Source Code
* <https://github.com/guerzon/vaultwarden>
* <https://github.com/dani-garcia/vaultwarden>
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| adminToken.existingSecretKey | string | `"ADMIN_TOKEN"` | |
| adminToken.value | string | `"R@ndomToken$tring"` | |
| affinity | object | `{}` | |
| database.dbName | string | `""` | |
| database.host | string | `""` | |
| database.password | string | `""` | |
| database.port | string | `""` | |
| database.type | string | `"default"` | |
| database.uriOverride | string | `""` | |
| database.username | string | `""` | |
| domain | string | `""` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"vaultwarden/server"` | |
| image.tag | string | `"1.24.0"` | |
| ingress.additionalAnnotations | object | `{}` | |
| ingress.class | string | `"nginx"` | |
| ingress.enabled | bool | `false` | |
| ingress.hostname | string | `"warden.contoso.com"` | |
| ingress.nginxAllowList | string | `""` | |
| ingress.nginxIngressAnnotations | bool | `true` | |
| ingress.path | string | `"/"` | |
| ingress.pathType | string | `"ImplementationSpecific"` | |
| ingress.pathTypeWs | string | `"ImplementationSpecific"` | |
| ingress.pathWs | string | `"/notifications/hub"` | |
| ingress.tls | bool | `true` | |
| ingress.tlsSecret | string | `""` | |
| initContainers | list | `[]` | |
| invitationsAllowed | bool | `true` | |
| logging.enabled | bool | `false` | |
| logging.logfile | string | `"/data/vaultwarden.log"` | |
| logging.loglevel | string | `"warn"` | |
| nodeSelector | object | `{}` | |
| rocket.port | string | `"8080"` | |
| rocket.workers | string | `"10"` | |
| service.annotations | object | `{}` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `"vaultwarden-svc"` | |
| showPassHint | string | `"false"` | |
| sidecars | list | `[]` | |
| signupDomains | string | `"contoso.com"` | |
| signupsAllowed | bool | `true` | |
| signupsVerify | string | `"true"` | |
| smtp.acceptInvalidCerts | string | `"false"` | |
| smtp.acceptInvalidHostnames | string | `"false"` | |
| smtp.authMechanism | string | `"Plain"` | |
| smtp.debug | bool | `false` | |
| smtp.from | string | `""` | |
| smtp.fromName | string | `""` | |
| smtp.host | string | `""` | |
| smtp.password.existingSecretKey | string | `"SMTP_PASSWORD"` | |
| smtp.password.value | string | `""` | |
| smtp.port | int | `25` | |
| smtp.security | string | `"starttls"` | |
| smtp.username.existingSecretKey | string | `"SMTP_USERNAME"` | |
| smtp.username.value | string | `""` | |
| storage.class | string | `"default"` | |
| storage.dataDir | string | `"/data"` | |
| storage.enabled | bool | `false` | |
| storage.size | string | `"15Gi"` | |
| tolerations | list | `[]` | |
| webVaultEnabled | string | `"true"` | |
| websocket.address | string | `"0.0.0.0"` | |
| websocket.enabled | bool | `true` | |
| websocket.port | int | `3012` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)