Fix bitwarden OTP typo (#514)
* OPT -> OTP * bitwarden: bump patchversion
This commit is contained in:
@@ -27,4 +27,4 @@ sources:
|
|||||||
- https://github.com/dani-garcia/bitwarden_rs
|
- https://github.com/dani-garcia/bitwarden_rs
|
||||||
type: application
|
type: application
|
||||||
upstream_version: 2.1.5
|
upstream_version: 2.1.5
|
||||||
version: 1.3.0
|
version: 1.3.1
|
||||||
|
|||||||
@@ -70,12 +70,12 @@ questions:
|
|||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: yubico
|
- variable: yubico
|
||||||
label: "Yubico OPT authentication"
|
label: "Yubico OTP authentication"
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: enabled
|
- variable: enabled
|
||||||
label: "Enable Yubico OPT authentication"
|
label: "Enable Yubico OTP authentication"
|
||||||
description: "Please refer to the manual at: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication"
|
description: "Please refer to the manual at: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ bitwardenrs:
|
|||||||
## SMTP password. Required is user is specified, ignored if no user provided.
|
## SMTP password. Required is user is specified, ignored if no user provided.
|
||||||
# password: ""
|
# password: ""
|
||||||
|
|
||||||
## Enable Yubico OPT authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication
|
## Enable Yubico OTP authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication
|
||||||
yubico:
|
yubico:
|
||||||
enabled: false
|
enabled: false
|
||||||
## Yubico server. Defaults to YubiCloud.
|
## Yubico server. Defaults to YubiCloud.
|
||||||
|
|||||||
@@ -33,4 +33,4 @@ sources:
|
|||||||
- https://github.com/k8s-at-home/charts/tree/master/charts/stable/bitwardenrs
|
- https://github.com/k8s-at-home/charts/tree/master/charts/stable/bitwardenrs
|
||||||
- https://github.com/dani-garcia/vaultwarden
|
- https://github.com/dani-garcia/vaultwarden
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.2
|
version: 2.0.3
|
||||||
|
|||||||
@@ -63,12 +63,12 @@ questions:
|
|||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: yubico
|
- variable: yubico
|
||||||
label: "Yubico OPT authentication"
|
label: "Yubico OTP authentication"
|
||||||
schema:
|
schema:
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: enabled
|
- variable: enabled
|
||||||
label: "Enable Yubico OPT authentication"
|
label: "Enable Yubico OTP authentication"
|
||||||
description: "Please refer to the manual at: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication"
|
description: "Please refer to the manual at: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication"
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ vaultwarden:
|
|||||||
## SMTP password. Required is user is specified, ignored if no user provided.
|
## SMTP password. Required is user is specified, ignored if no user provided.
|
||||||
# password: ""
|
# password: ""
|
||||||
|
|
||||||
## Enable Yubico OPT authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication
|
## Enable Yubico OTP authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication
|
||||||
yubico:
|
yubico:
|
||||||
enabled: false
|
enabled: false
|
||||||
## Yubico server. Defaults to YubiCloud.
|
## Yubico server. Defaults to YubiCloud.
|
||||||
|
|||||||
Reference in New Issue
Block a user