Update README.md
This commit is contained in:
parent
7e0050fbc5
commit
ebd39ccbc6
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -93,3 +93,22 @@ Show logs continously:
|
|||
```
|
||||
docker compose logs -f
|
||||
```
|
||||
# TODO:
|
||||
|
||||
## SMTP mit SIGNUPS_VERIFY=true
|
||||
```
|
||||
SMTP_HOST=smtp.domain.tld
|
||||
SMTP_FROM=vaultwarden@domain.tld
|
||||
SMTP_FROM_NAME=Vaultwarden
|
||||
SMTP_USERNAME=username
|
||||
SMTP_PASSWORD=password
|
||||
SMTP_TIMEOUT=15
|
||||
SIGNUPS_VERIFY=true
|
||||
SMTP_SECURITY=starttls
|
||||
SMTP_PORT=587
|
||||
```
|
||||
## Options to think about:
|
||||
|
||||
1. ORG_CREATION_USERS=none
|
||||
2. INVITATIONS_ALLOWED=false
|
||||
3. EMAIL_CHANGE_ALLOWED=false
|
||||
|
|
Loading…
Reference in a new issue