some stuff on vaultwarden
This commit is contained in:
parent
6764e6d094
commit
143ab7280d
1 changed files with 8 additions and 1 deletions
|
|
@ -11,3 +11,10 @@ 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=<the-very-safe-token>`. Afterwards, you can enter the
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue