From 143ab7280dff4fd7a685648a8a5bba8f37906fca Mon Sep 17 00:00:00 2001 From: counterweight Date: Sun, 14 Jan 2024 13:01:14 +0100 Subject: [PATCH] some stuff on vaultwarden --- vaultwarden/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/vaultwarden/README.md b/vaultwarden/README.md index 5b6fc41..a0d612e 100644 --- a/vaultwarden/README.md +++ b/vaultwarden/README.md @@ -10,4 +10,11 @@ To prevent users from registering freely, activate the following env var: To activate the admin panel, you need to add the admin token as an env var, like this: `ADMIN_TOKEN=`. Afterwards, you can enter the -admin panel by adding `/admin` in the URL. \ No newline at end of file +admin panel by adding `/admin` in the URL. + +## How to create new users + +1. Go to the `docker-compose.yaml` and look for the env var `SIGNUPS_ALLOWED=false`. +2. Turn it to `true` and restart the container. +3. Have the user go to the web UI and create himself a user +4. Harden the instance again by setting the env var back to false and rebooting the container.