update bitwarden from 1.14.2 to 1.15.1 (#193)
This commit is contained in:
parent
e911b875a1
commit
70a041cf1f
|
|
@ -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^\\/])+$/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue