vaultwarden
Open source rust server reimplementation
-
No SSO implemented
Helm charts
- Helm charts on artifacthub
- gissilabs/vaultwarden
- 14 contributors to the 2 charts
- Recent updates
- No dependencies
- ✅
existingclaim
- gabe565/vaultwarden
- Recent updates
- 13 contributors to all charts
- Vaulvarden image updates by Renovatebot
- Dependencies:
- ✅
existingclaim
- guerzon/vaultwarden
- No
existingClaim, butkeepPvcsetting, uses the helm.sh/resource-policy: keep annotation
- No
- andrenarchy/vaultwarden
- Still based on long archived k8s-at-home/common libracry chart
Setup
- Enable admin portal
- Hash admin token with argon2
- Create organisation
- Create collections
Invitations
Signup and invitations should be disabled:
SIGNUPS_ALLOWED: falseINVITATIONS_ALLOWED: falseSIGNUPS_DOMAINS_WHITELISTshould contain only neccessary/trusted domains
To invite users:
- Temporarily modify
INVITATIONS_ALLOWEDandSIGNUPS_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
- Backing up your vault
- vaultwarden-backup A simple cron powered backup image for vaultwarden.