Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/vaultwarden upgrade vaultwarden #799

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
captainVersion: 4
services:
$$cap_appname:
image: vaultwarden/server:$$cap_bitwardenrs_version
image: vaultwarden/server:$$cap_vaultwarden_version
environment:
DOMAIN: https://$$cap_appname.$$cap_root_domain
WEBSOCKET_ENABLED: true
Expand All @@ -14,9 +14,9 @@ services:
restart: unless-stopped
caproverOneClickApp:
variables:
- id: $$cap_bitwardenrs_version
- id: $$cap_vaultwarden_version
label: vaultwarden Version
defaultValue: 1.21.0
defaultValue: 1.26.0
description: Check out their Docker page for the valid tags https://hub.docker.com/r/vaultwarden/server/tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_register_enabled
Expand All @@ -36,12 +36,12 @@ caproverOneClickApp:

if you want more details please go to https://www.reddit.com/r/selfhosted/comments/fvld0n/bitwarden_vs_bitwarden_rs/
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 (even if the logs say it's working).
Vaultwarden is deployed and available as $$cap_appname. Please give it a few minutes to boot, otherwise you will see a 502 error (even if the logs say it's working).

Please activate https and https redirect otherwise you will have an error on account creation. You need to enable websocket too.

If you enabled the admin token please go to https://$$cap_appname.$$cap_root_domain/admin to begin
displayName: vaultwarden
isOfficial: true
description: Lightweight fully featured Rust implementation of Bitwarden.
description: Alternative fully featured lightweight rust implementation of the Bitwarden server API.
documentation: Taken from https://hub.docker.com/r/vaultwarden/server
File renamed without changes