From 70a041cf1fb68142ab92a5dbd78b6874b84dc006 Mon Sep 17 00:00:00 2001 From: Simon Belbeoch <39310468+LiquidITGuy@users.noreply.github.com> Date: Tue, 23 Jun 2020 03:05:02 +0200 Subject: [PATCH] update bitwarden from 1.14.2 to 1.15.1 (#193) --- public/v2/apps/bitwardenrs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/v2/apps/bitwardenrs.json b/public/v2/apps/bitwardenrs.json index 80737a0..e9e7e10 100644 --- a/public/v2/apps/bitwardenrs.json +++ b/public/v2/apps/bitwardenrs.json @@ -18,12 +18,12 @@ }, "instructions": { "start": "This is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.", - "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." + "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.\nPlease activate https and https redirect otherwise you will have error on account creation." }, "variables": [{ "id": "$$cap_bitwardenrs_version", "label": "Bitwarden_rs Version", - "defaultValue": "1.14.2", + "defaultValue": "1.15.1", "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/bitwardenrs/server/tags", "validRegex": "/^([^\\s^\\/])+$/" }