13 lines
395 B
Markdown
13 lines
395 B
Markdown
|
|
# Vaultwarden
|
||
|
|
|
||
|
|
I've set up vaultwarden on Frankie. Here are a few notes about it.
|
||
|
|
|
||
|
|
|
||
|
|
## Hardening
|
||
|
|
|
||
|
|
To prevent users from registering freely, activate the following env var:
|
||
|
|
`SIGNUPS_ALLOWED=false`.
|
||
|
|
|
||
|
|
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.
|