Merge pull request 'add bitwarden smtp creds' (#3) from added-bitwarden into main
Reviewed-on: mich/ansible_bxlife#3
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
version: '3.1'
|
version: '3.1'
|
||||||
services:
|
services:
|
||||||
Bitwarden:
|
Bitwarden:
|
||||||
@@ -8,18 +7,16 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SIGNUPS_ALLOWED=true
|
- SIGNUPS_ALLOWED=true
|
||||||
- ADMIN_TOKEN=fhBMPCHo0TUNDB
|
- ADMIN_TOKEN=fhBMPCHo0TUNXB
|
||||||
- SHOW_PASSWORD_HINT=true
|
- SHOW_PASSWORD_HINT=true
|
||||||
- DOMAIN=https://password.{{ domaine_ext }}
|
- DOMAIN=https://password.{{ domaine_ext }}
|
||||||
- SMTP_HOST=ssl0.ovh.net
|
- SMTP_HOST=mail.bruxelleslife.com
|
||||||
- SMTP_FROM=contact@{{ domaine_ext }}
|
- SMTP_FROM=info@bruxelleslife.com
|
||||||
- SMTP_FROM_NAME=RedFrontier Password Manager (Bitwarden)
|
- SMTP_FROM_NAME=Bruxelles Life Password Manager (Bitwarden)
|
||||||
- SMTP_SECURITY=force_tls
|
- 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
|
- 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=info@bruxelleslife.com
|
||||||
- SMTP_USERNAME=contact@{{ domaine_ext }}
|
- SMTP_PASSWORD=vX6@kTScdN94MTJ
|
||||||
- SMTP_PASSWORD=
|
|
||||||
- SMTP_TIMEOUT=15
|
- SMTP_TIMEOUT=15
|
||||||
ports:
|
ports:
|
||||||
- 9091:80
|
- 9091:80
|
||||||
|
|||||||
Reference in New Issue
Block a user