From c7126d042203743d75567e92a858db55da4d43d8 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Sat, 29 Jun 2024 13:20:05 +0200 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a1051c..8a53683 100644 --- a/README.md +++ b/README.md @@ -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