bitwarden: fix SMTP security options deprications. Thanks Tomasz Torcz

This commit is contained in:
ace 2022-09-01 17:37:54 +03:00
parent e65899ebde
commit 468b208e76
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
3 changed files with 5 additions and 10 deletions

View File

@ -17,4 +17,4 @@ name: bitwarden
sources:
- https://github.com/dani-garcia/bitwarden_rs
type: application
version: 2.0.15
version: 2.0.16

View File

@ -22,11 +22,8 @@ data:
{{- if .fromName }}
SMTP_FROM_NAME: {{ .fromName | quote }}
{{- end }}
{{- if .ssl }}
SMTP_SSL: {{ .ssl | quote }}
{{- end }}
{{- if .explicitTLS }}
SMTP_EXPLICIT_TLS: {{ .explicitTLS | quote }}
{{- if .security }}
SMTP_SECURITY: {{ .security | quote }}
{{- end }}
{{- if .port }}
SMTP_PORT: {{ .port | quote }}

View File

@ -62,10 +62,8 @@ bitwarden:
from: ""
# SMTP sender name, defaults to 'Bitwarden_RS'
fromName: ""
# Enable SSL connection
ssl: true
# Explicit TLS
explicitTLS: true
# Enable a secure connection
security: force_tls
# SMTP port
port: 465
# Timeout