From 7578d14064499790502cf9658e3c92a9f3baa232 Mon Sep 17 00:00:00 2001 From: mich Date: Thu, 13 Mar 2025 12:11:47 +0000 Subject: [PATCH] add bitwarden smtp creds --- roles/deploy-docker/templates/bitwarden.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/roles/deploy-docker/templates/bitwarden.yml b/roles/deploy-docker/templates/bitwarden.yml index b5b46cc..ba6b281 100644 --- a/roles/deploy-docker/templates/bitwarden.yml +++ b/roles/deploy-docker/templates/bitwarden.yml @@ -1,4 +1,3 @@ ---- version: '3.1' services: Bitwarden: @@ -8,18 +7,16 @@ services: restart: always environment: - SIGNUPS_ALLOWED=true - - ADMIN_TOKEN=fhBMPCHo0TUNDB + - ADMIN_TOKEN=fhBMPCHo0TUNXB - SHOW_PASSWORD_HINT=true - DOMAIN=https://password.{{ domaine_ext }} - - SMTP_HOST=ssl0.ovh.net - - SMTP_FROM=contact@{{ domaine_ext }} - - SMTP_FROM_NAME=RedFrontier Password Manager (Bitwarden) + - SMTP_HOST=mail.bruxelleslife.com + - SMTP_FROM=info@bruxelleslife.com + - SMTP_FROM_NAME=Bruxelles Life Password Manager (Bitwarden) - SMTP_SECURITY=force_tls - # ("starttls", "force_tls", "off") Enable a secure connection. Default is "starttls" (Explicit - ports 587 or 25), "force_tls" (Implicit - port 465) or "off", no encryption (port 25) - SMTP_PORT=465 - # Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 (submissions) is used for encrypted submission (Implicit TLS). - - SMTP_USERNAME=contact@{{ domaine_ext }} - - SMTP_PASSWORD= + - SMTP_USERNAME=info@bruxelleslife.com + - SMTP_PASSWORD=vX6@kTScdN94MTJ - SMTP_TIMEOUT=15 ports: - 9091:80