mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update vaultwarden to 1.33.2 (#2215)
This commit is contained in:
parent
8764e91d88
commit
313a36e08a
@ -8,11 +8,11 @@ services:
|
|||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: vaultwarden/server:1.33.1@sha256:24aa90c2424f2f6b10862ba84dc9141d09c1df2b7025f111c9b2bbc4c078894b
|
image: vaultwarden/server:1.33.2@sha256:87edb99945da91bd7504ac1435495595af2e89ad2c7adc151ae5bf091ec8baf2
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/data
|
- ${APP_DATA_DIR}/data:/data
|
||||||
environment:
|
environment:
|
||||||
ROCKET_PORT: 8089
|
ROCKET_PORT: 8089
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: vaultwarden
|
id: vaultwarden
|
||||||
category: files
|
category: files
|
||||||
name: Vaultwarden
|
name: Vaultwarden
|
||||||
version: "1.33.1"
|
version: "1.33.2"
|
||||||
tagline: Unofficial Bitwarden® compatible server
|
tagline: Unofficial Bitwarden® compatible server
|
||||||
description: >-
|
description: >-
|
||||||
Vaultwarden is an alternative
|
Vaultwarden is an alternative
|
||||||
@ -48,11 +48,10 @@ description: >-
|
|||||||
|
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
Key highlights in this release:
|
Key highlights in this release:
|
||||||
- Fixed issues with icons not working on desktop clients
|
- Fixed icon redirect issues affecting desktop clients
|
||||||
- Resolved problems with invites not always working
|
- Improved collection management and member editing
|
||||||
- Improved DUO settings configuration
|
- Enhanced security with workflow updates
|
||||||
- Enhanced manager rights
|
- Added bulk access functionality for collections
|
||||||
- Fixed mobile client sync issues
|
|
||||||
|
|
||||||
|
|
||||||
Full release notes are available at https://github.com/dani-garcia/vaultwarden/releases
|
Full release notes are available at https://github.com/dani-garcia/vaultwarden/releases
|
||||||
@ -71,4 +70,4 @@ defaultUsername: ""
|
|||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
torOnly: true
|
torOnly: true
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel/commit/44c842bddafffa558569f730cb0d5442ee073bf5
|
submission: https://github.com/getumbrel/umbrel/commit/44c842bddafffa558569f730cb0d5442ee073bf5
|
||||||
|
Loading…
Reference in New Issue
Block a user