From 2c43aaa45a5aa62cf26affc18dcab56e4fda5cc1 Mon Sep 17 00:00:00 2001
From: David Rotermund <davrot@uni-bremen.de>
Date: Sat, 29 Jun 2024 13:55:14 +0200
Subject: [PATCH] Update README.md

---
 README.md | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md
index 8a53683..e7597ba 100644
--- a/README.md
+++ b/README.md
@@ -96,9 +96,9 @@ We want this file modes:
 
 ## We need this in /root/vaultwarden:
 
-* .env: Change both passwords
+* .env: Change three passwords (mysql passwords need to be the same as above) and the email user name; obviously you want to change the domainname
 * add_admin_token.sh : Change password and run ONCE: sh add_admin_token.sh
-* compose.yml
+* compose.yml : Look for neuro.uni-bremen.de related stuff and change it... 
 
 In /root/vaultwarden
 
@@ -116,24 +116,9 @@ 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:
+# Options to think about:
 
 ```
 ORG_CREATION_USERS=none
-INVITATIONS_ALLOWED=false
-EMAIL_CHANGE_ALLOWED=false
 ```