bitwarden: fix SMTP security options deprications. Thanks Tomasz Torcz
This commit is contained in:
parent
e65899ebde
commit
468b208e76
@ -17,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.15
|
version: 2.0.16
|
||||||
|
@ -22,11 +22,8 @@ data:
|
|||||||
{{- if .fromName }}
|
{{- if .fromName }}
|
||||||
SMTP_FROM_NAME: {{ .fromName | quote }}
|
SMTP_FROM_NAME: {{ .fromName | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .ssl }}
|
{{- if .security }}
|
||||||
SMTP_SSL: {{ .ssl | quote }}
|
SMTP_SECURITY: {{ .security | quote }}
|
||||||
{{- end }}
|
|
||||||
{{- if .explicitTLS }}
|
|
||||||
SMTP_EXPLICIT_TLS: {{ .explicitTLS | quote }}
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .port }}
|
{{- if .port }}
|
||||||
SMTP_PORT: {{ .port | quote }}
|
SMTP_PORT: {{ .port | quote }}
|
||||||
|
@ -62,10 +62,8 @@ bitwarden:
|
|||||||
from: ""
|
from: ""
|
||||||
# SMTP sender name, defaults to 'Bitwarden_RS'
|
# SMTP sender name, defaults to 'Bitwarden_RS'
|
||||||
fromName: ""
|
fromName: ""
|
||||||
# Enable SSL connection
|
# Enable a secure connection
|
||||||
ssl: true
|
security: force_tls
|
||||||
# Explicit TLS
|
|
||||||
explicitTLS: true
|
|
||||||
# SMTP port
|
# SMTP port
|
||||||
port: 465
|
port: 465
|
||||||
# Timeout
|
# Timeout
|
||||||
|
Loading…
Reference in New Issue
Block a user