Skip to content

vaultwarden

Open source rust server reimplementation

Helm charts

Setup

Invitations

Signup and invitations should be disabled:

  • SIGNUPS_ALLOWED: false
  • INVITATIONS_ALLOWED: false
  • SIGNUPS_DOMAINS_WHITELIST should contain only neccessary/trusted domains

To invite users:

  • Temporarily modify INVITATIONS_ALLOWED and SIGNUPS_DOMAINS_WHITELIST
  • Admin user invites user from the admin portal
  • User clicks on link in the invite email and logs in
  • Admin user adds user to collections
  • Admin user needs to confirm the new user in the collection
  • After this, remove the temporary modifications from above

Backup