Browse Source
Upgrade Vaultwarden to 1.25 (#33)
Co-authored-by: Luke Childs <lukechilds123@gmail.com>
main
Kroese
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
vaultwarden/docker-compose.yml
-
vaultwarden/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_ADD: "false" |
|
|
|
|
|
|
|
server: |
|
|
|
image: vaultwarden/server:1.22.2@sha256:fe2a236b792fb2304ef50f86f1c25076ac5b2748e1b776fce260ad12ad29188d |
|
|
|
image: vaultwarden/server:1.25.0@sha256:f3ebede27f1cf5e78373c3c4a429cf1fdd8d6b13528a2b9ca4fb3cb7cc681ba9 |
|
|
|
user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: vaultwarden |
|
|
|
category: Password Managers |
|
|
|
name: Vaultwarden |
|
|
|
version: "1.22.1" |
|
|
|
version: "1.25.0" |
|
|
|
tagline: Unofficial Bitwarden® compatible server |
|
|
|
description: >- |
|
|
|
Vaultwarden (formerly known as Bitwarden_RS) is an alternative |
|
|
@ -40,4 +40,4 @@ gallery: |
|
|
|
path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
torOnly: true |
|
|
|
torOnly: true |
|
|
|