Vaultwarden

From CSCWiki
Revision as of 22:26, 12 August 2026 by K95ma (talk | contribs) (+)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Can be found at; https://pass.csclub.uwaterloo.ca/

You have to manually make an account by pressing 'Create Account'

It's doesn't integrate with OAuth, or LDAP so we can't auto-create the accounts (note: is this true? per https://bitwarden.com/help/directory-sync/ and https://github.com/dani-garcia/vaultwarden#features we should be able to set something up)

It runs on tahini, as a docker-compose container in a Proxmox VM. To update its version, get access to it, then edit the docker-compose.yaml to the latest stable version and pull and up:

cd /root/docker/vault
vim docker-compose.yaml
docker compose pull
docker compose up -d