Update README.md

This commit is contained in:
David Rotermund 2024-06-29 13:20:05 +02:00 committed by GitHub
parent 412b0e4cb1
commit c7126d0422
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,30 @@ nmap -v -A vaultwarden.neuro.uni-bremen.de
```
# What now?
We need this in /root/nginx:
## We need this in /root/mysql:
* .env: Change both passwords
* compose.yml
In /root/mysql
Start docker:
```
docker compose up -d
```
Stop docker:
```
docker compose down
```
Show logs continously:
```
docker compose logs -f
```
## We need this in /root/nginx:
* ca.pem : Public Key plus certificate chain
* key.pem : Private SSL key decrypted
@ -71,7 +94,7 @@ We want this file modes:
-rw-r--r-- 1 root root 1327 Jun 28 17:47 nginx.conf
```
We need this in /root/vaultwarden:
## We need this in /root/vaultwarden:
* .env: Change both passwords
* add_admin_token.sh : Change password and run ONCE: sh add_admin_token.sh