diff options
| author | Simon Belbeoch <[email protected]> | 2020-06-23 03:05:02 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-22 21:05:02 -0400 |
| commit | 70a041cf1fb68142ab92a5dbd78b6874b84dc006 (patch) | |
| tree | f3b33b6ae9ad7910ed28c3871b502c07228e6d96 | |
| parent | e911b875a1df7963e35a7c60710a939d8226c7b5 (diff) | |
| download | caprover-one-click-apps-70a041cf1fb68142ab92a5dbd78b6874b84dc006.tar.gz caprover-one-click-apps-70a041cf1fb68142ab92a5dbd78b6874b84dc006.zip | |
update bitwarden from 1.14.2 to 1.15.1 (#193)
| -rw-r--r-- | public/v2/apps/bitwardenrs.json | 4 |
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^\\/])+$/" } |
