Update README.md

This commit is contained in:
David Rotermund 2024-06-29 03:54:50 +02:00 committed by GitHub
parent ebd39ccbc6
commit c67a16eaf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,9 +59,9 @@ nmap -v -A vaultwarden.neuro.uni-bremen.de
# What now?
We need this in /root/nginx:
*ca.pem : Public Key plus certificate chain
*key.pem : Private SSL key decrypted
*nginx.conf
* ca.pem : Public Key plus certificate chain
* key.pem : Private SSL key decrypted
* nginx.conf
We want this file modes:
@ -109,6 +109,8 @@ SMTP_PORT=587
```
## Options to think about:
1. ORG_CREATION_USERS=none
2. INVITATIONS_ALLOWED=false
3. EMAIL_CHANGE_ALLOWED=false
```
ORG_CREATION_USERS=none
INVITATIONS_ALLOWED=false
EMAIL_CHANGE_ALLOWED=false
```