From 351bd7a5c2e201e234c470dd9fd1ea26de72dc21 Mon Sep 17 00:00:00 2001 From: Simon Belbeoch Date: Sun, 4 Dec 2022 16:01:43 +0100 Subject: [PATCH 1/2] feature(vaultwarden) upgrade vaultwarden from 1.21.0 to 1.26.0 --- public/v4/apps/bitwardenrs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/v4/apps/bitwardenrs.yml b/public/v4/apps/bitwardenrs.yml index 576a5dba4..6e8d38c82 100644 --- a/public/v4/apps/bitwardenrs.yml +++ b/public/v4/apps/bitwardenrs.yml @@ -16,7 +16,7 @@ caproverOneClickApp: variables: - id: $$cap_bitwardenrs_version label: vaultwarden Version - defaultValue: 1.21.0 + defaultValue: 1.26.0 description: Check out their Docker page for the valid tags https://hub.docker.com/r/vaultwarden/server/tags validRegex: /^([^\s^\/])+$/ - id: $$cap_register_enabled From cdd79f55863da4ae70381b6add625497744dd73b Mon Sep 17 00:00:00 2001 From: Simon Belbeoch Date: Sun, 4 Dec 2022 16:07:04 +0100 Subject: [PATCH 2/2] chore(vaultwarden): finishing to rename bitwarden-rs into vaultwarden --- public/v4/apps/{bitwardenrs.yml => vaultwarden.yml} | 8 ++++---- .../v4/logos/{bitwardenrs.png => vaultwarden.png} | Bin 2 files changed, 4 insertions(+), 4 deletions(-) rename public/v4/apps/{bitwardenrs.yml => vaultwarden.yml} (84%) rename public/v4/logos/{bitwardenrs.png => vaultwarden.png} (100%) diff --git a/public/v4/apps/bitwardenrs.yml b/public/v4/apps/vaultwarden.yml similarity index 84% rename from public/v4/apps/bitwardenrs.yml rename to public/v4/apps/vaultwarden.yml index 6e8d38c82..45cdd9ace 100644 --- a/public/v4/apps/bitwardenrs.yml +++ b/public/v4/apps/vaultwarden.yml @@ -1,7 +1,7 @@ captainVersion: 4 services: $$cap_appname: - image: vaultwarden/server:$$cap_bitwardenrs_version + image: vaultwarden/server:$$cap_vaultwarden_version environment: DOMAIN: https://$$cap_appname.$$cap_root_domain WEBSOCKET_ENABLED: true @@ -14,7 +14,7 @@ services: restart: unless-stopped caproverOneClickApp: variables: - - id: $$cap_bitwardenrs_version + - id: $$cap_vaultwarden_version label: vaultwarden Version defaultValue: 1.26.0 description: Check out their Docker page for the valid tags https://hub.docker.com/r/vaultwarden/server/tags @@ -36,12 +36,12 @@ caproverOneClickApp: if you want more details please go to https://www.reddit.com/r/selfhosted/comments/fvld0n/bitwarden_vs_bitwarden_rs/ end: >- - Bitwarden_rs is deployed and available as $$cap_appname. Please give it a few minutes to boot, otherwise you will see a 502 error (even if the logs say it's working). + Vaultwarden is deployed and available as $$cap_appname. Please give it a few minutes to boot, otherwise you will see a 502 error (even if the logs say it's working). Please activate https and https redirect otherwise you will have an error on account creation. You need to enable websocket too. If you enabled the admin token please go to https://$$cap_appname.$$cap_root_domain/admin to begin displayName: vaultwarden isOfficial: true - description: Lightweight fully featured Rust implementation of Bitwarden. + description: Alternative fully featured lightweight rust implementation of the Bitwarden server API. documentation: Taken from https://hub.docker.com/r/vaultwarden/server diff --git a/public/v4/logos/bitwardenrs.png b/public/v4/logos/vaultwarden.png similarity index 100% rename from public/v4/logos/bitwardenrs.png rename to public/v4/logos/vaultwarden.png