update bitwarden from 1.14.2 to 1.15.1 (#193)

This commit is contained in:
Simon Belbeoch 2020-06-23 03:05:02 +02:00 committed by GitHub
parent e911b875a1
commit 70a041cf1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,12 +18,12 @@
}, },
"instructions": { "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.", "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": [{ "variables": [{
"id": "$$cap_bitwardenrs_version", "id": "$$cap_bitwardenrs_version",
"label": "Bitwarden_rs 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", "description": "Check out their Docker page for the valid tags https://hub.docker.com/r/bitwardenrs/server/tags",
"validRegex": "/^([^\\s^\\/])+$/" "validRegex": "/^([^\\s^\\/])+$/"
} }