From ffd5064252c3e3c068126a4ff180415bc10a989d Mon Sep 17 00:00:00 2001 From: Mohamed Elashri Date: Sat, 24 Jul 2021 01:21:12 -0400 Subject: [PATCH] change bitwarden_rs to valutwarden (#467) The bitwarden_rs project changed the name and the docker image will change after 3 release cycles to vaultwarden/server. https://github.com/dani-garcia/vaultwarden/discussions/1642 --- public/v4/apps/bitwardenrs.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/v4/apps/bitwardenrs.yml b/public/v4/apps/bitwardenrs.yml index e34c15d..576a5db 100644 --- a/public/v4/apps/bitwardenrs.yml +++ b/public/v4/apps/bitwardenrs.yml @@ -1,7 +1,7 @@ captainVersion: 4 services: $$cap_appname: - image: bitwardenrs/server:$$cap_bitwardenrs_version + image: vaultwarden/server:$$cap_bitwardenrs_version environment: DOMAIN: https://$$cap_appname.$$cap_root_domain WEBSOCKET_ENABLED: true @@ -15,9 +15,9 @@ services: caproverOneClickApp: variables: - id: $$cap_bitwardenrs_version - label: Bitwarden_rs Version - defaultValue: 1.20.0 - description: Check out their Docker page for the valid tags https://hub.docker.com/r/bitwardenrs/server/tags + label: vaultwarden Version + defaultValue: 1.21.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 label: enabled open registration @@ -41,7 +41,7 @@ caproverOneClickApp: 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: Bitwarden_rs + displayName: vaultwarden isOfficial: true description: Lightweight fully featured Rust implementation of Bitwarden. - documentation: Taken from https://hub.docker.com/r/bitwardenrs/server + documentation: Taken from https://hub.docker.com/r/vaultwarden/server