summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/v2/apps/bitwardenrs.json4
1 files 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^\\/])+$/"
}