Project renamed to vaultwarden

This commit is contained in:
ace 2021-05-06 19:34:19 +03:00
parent 5ff16251dc
commit 3037dee0ef
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 9 additions and 8 deletions

View File

@ -7,6 +7,7 @@ keywords:
- bitwarden - bitwarden
- bitwardenrs - bitwardenrs
- bitwarden_rs - bitwarden_rs
- vaultwarden
- password - password
- rust - rust
maintainers: maintainers:
@ -16,4 +17,4 @@ name: bitwarden
sources: sources:
- https://github.com/dani-garcia/bitwarden_rs - https://github.com/dani-garcia/bitwarden_rs
type: application type: application
version: 2.0.4 version: 2.0.5

View File

@ -1,9 +1,9 @@
# Default values for bitwardenrs. # Default values for vaultwarden.
replicaCount: 1 replicaCount: 1
image: image:
repository: bitwardenrs/server repository: vaultwarden/server
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "1.21.0" tag: "1.21.0"
@ -29,9 +29,9 @@ bitwarden:
name: "" name: ""
tokenKey: "" tokenKey: ""
# External database configuration. # External database configuration.
# Requires bitwardenrs/server >= 1.17.0 or bitwardenrs/server-{mysql,postgres} images # Requires vaultwarden/server >= 1.17.0 or vaultwarden/server-{mysql,postgres} images
# ref: https://github.com/dani-garcia/bitwarden_rs/wiki/Using-the-MySQL-Backend # ref: https://github.com/dani-garcia/vaultwarden/wiki/Using-the-MySQL-Backend
# https://github.com/dani-garcia/bitwarden_rs/wiki/Using-the-PostgreSQL-Backend # https://github.com/dani-garcia/vaultwarden/wiki/Using-the-PostgreSQL-Backend
externalDatabase: externalDatabase:
enabled: false enabled: false
# Supported values: 'mysql', 'postgresql'. # Supported values: 'mysql', 'postgresql'.
@ -53,7 +53,7 @@ bitwarden:
userKey: "" userKey: ""
# Special characters in the password value must be escaped with percent encoding. # Special characters in the password value must be escaped with percent encoding.
passwordKey: "" passwordKey: ""
# Enable SMTP. https://github.com/dani-garcia/bitwarden_rs/wiki/SMTP-configuration # Enable SMTP. https://github.com/dani-garcia/vaultwarden/wiki/SMTP-configuration
smtp: smtp:
enabled: false enabled: false
# SMTP hostname, required if SMTP is enabled # SMTP hostname, required if SMTP is enabled
@ -80,7 +80,7 @@ bitwarden:
name: "" name: ""
userKey: "" userKey: ""
passwordKey: "" passwordKey: ""
# Enable Yubikey 2FA: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication # Enable Yubikey 2FA: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Yubikey-OTP-authentication
yubico: yubico:
enabled: false enabled: false
# OTP verification server. Will use the default YubiCloud servers if not specified # OTP verification server. Will use the default YubiCloud servers if not specified