Vaultwarden: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Created page with "https://pass.csclub.uwaterloo.ca/" |
+ |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
https://pass.csclub.uwaterloo.ca/ |
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 [https://hub.docker.com/r/vaultwarden/server/tags latest stable version] and pull and up: |
|||
<syntaxhighlight lang="bash"> |
|||
cd /root/docker/vault |
|||
vim docker-compose.yaml |
|||
docker compose pull |
|||
docker compose up -d |
|||
</syntaxhighlight> |
|||
Latest revision as of 22:26, 12 August 2026
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