Vaultwarden
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