From daea54b288f5872456c09b7fb84dad4a4fff9777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Proxymiity=20=E2=98=86?= Date: Thu, 29 Apr 2021 21:13:41 +0200 Subject: [PATCH 1/6] Renamed bw-data according to project name change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6003b44..0079926f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Pull the docker image and mount a volume from the host for persistent storage: docker pull vaultwarden/server:latest docker run -d --name vaultwarden -v /vw-data/:/data/ -p 80:80 vaultwarden/server:latest ``` -This will preserve any persistent data under /bw-data/, you can adapt the path to whatever suits you. +This will preserve any persistent data under /vw-data/, you can adapt the path to whatever suits you. **IMPORTANT**: Some web browsers, like Chrome, disallow the use of Web Crypto APIs in insecure contexts. In this case, you might get an error like `Cannot read property 'importKey'`. To solve this problem, you need to access the web vault from HTTPS. From 20b393d35461b9ae5dc6d173c54e9f0539b042ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Fri, 30 Apr 2021 16:19:26 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6003b44..f2eb80d4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ### Alternative implementation of the Bitwarden server API written in Rust and compatible with [upstream Bitwarden clients](https://bitwarden.com/#download)*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. +📢 Note: This project was known as Bitwarden_RS and has been renamed to separate itself from the official Bitwarden server in the hopes of avoiding confusion and trademark/branding issues. + --- [![Docker Pulls](https://img.shields.io/docker/pulls/bitwardenrs/server.svg)](https://hub.docker.com/r/vaultwarden/server) From ee6ceaa923a94a9c2431abec16fdfdfb0f51f30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Fri, 30 Apr 2021 16:20:52 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2eb80d4..249e6da4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Alternative implementation of the Bitwarden server API written in Rust and compatible with [upstream Bitwarden clients](https://bitwarden.com/#download)*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. -📢 Note: This project was known as Bitwarden_RS and has been renamed to separate itself from the official Bitwarden server in the hopes of avoiding confusion and trademark/branding issues. +📢 Note: This project was known as Bitwarden_RS and has been renamed to separate itself from the official Bitwarden server in the hopes of avoiding confusion and trademark/branding issues. Please see [#1642](https://github.com/dani-garcia/vaultwarden/discussions/1642) for more explanation. --- From f9a062cac8a6f2fb2393f02f81e621c4ed90251c Mon Sep 17 00:00:00 2001 From: Miro Prasil Date: Fri, 30 Apr 2021 19:29:17 +0100 Subject: [PATCH 4/6] Point docker hub badge to correct repository The link is already pointing to the new image location, but the badge source was somewhat confusingly showing stats for the old image. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e5175b9..470b0602 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ --- -[![Docker Pulls](https://img.shields.io/docker/pulls/bitwardenrs/server.svg)](https://hub.docker.com/r/vaultwarden/server) +[![Docker Pulls](https://img.shields.io/docker/pulls/vaultwarden/server.svg)](https://hub.docker.com/r/vaultwarden/server) [![Dependency Status](https://deps.rs/repo/github/dani-garcia/vaultwarden/status.svg)](https://deps.rs/repo/github/dani-garcia/vaultwarden) [![GitHub Release](https://img.shields.io/github/release/dani-garcia/vaultwarden.svg)](https://github.com/dani-garcia/vaultwarden/releases/latest) [![GPL-3.0 Licensed](https://img.shields.io/github/license/dani-garcia/vaultwarden.svg)](https://github.com/dani-garcia/vaultwarden/blob/master/LICENSE.txt) From 7b5d5d1302858fd3bbf5395dafba7bef0fe45bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Fri, 30 Apr 2021 22:40:12 +0200 Subject: [PATCH 5/6] Rename references to the discourse forum --- .github/ISSUE_TEMPLATE/config.yml | 2 +- src/main.rs | 2 +- src/static/templates/admin/diagnostics.hbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7ecd420d..5ab30a60 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Discourse forum for bitwarden_rs - url: https://bitwardenrs.discourse.group/ + url: https://vaultwarden.discourse.group/ about: Use this forum to request features or get help with usage/configuration. - name: GitHub Discussions for vaultwarden url: https://github.com/dani-garcia/vaultwarden/discussions diff --git a/src/main.rs b/src/main.rs index cfd945ad..13f60481 100644 --- a/src/main.rs +++ b/src/main.rs @@ -100,7 +100,7 @@ fn launch_info() { println!("| This is an *unofficial* Bitwarden implementation, DO NOT use the |"); println!("| official channels to report bugs/features, regardless of client. |"); println!("| Send usage/configuration questions or feature requests to: |"); - println!("| https://bitwardenrs.discourse.group/ |"); + println!("| https://vaultwarden.discourse.group/ |"); println!("| Report suspected bugs/issues in the software itself at: |"); println!("| https://github.com/dani-garcia/vaultwarden/issues/new |"); println!("\\--------------------------------------------------------------------/\n"); diff --git a/src/static/templates/admin/diagnostics.hbs b/src/static/templates/admin/diagnostics.hbs index 3a498c63..1a43e154 100644 --- a/src/static/templates/admin/diagnostics.hbs +++ b/src/static/templates/admin/diagnostics.hbs @@ -159,7 +159,7 @@
If you need support please check the following links first before you create a new issue: - Vaultwarden Forum + Vaultwarden Forum | Github Discussions
From 0d631329873196935ba29db985c5e32def391251 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Fri, 30 Apr 2021 22:43:40 +0200 Subject: [PATCH 6/6] Rename the title too, not just the URL --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5ab30a60..51a76d39 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ blank_issues_enabled: false contact_links: - - name: Discourse forum for bitwarden_rs + - name: Discourse forum for vaultwarden url: https://vaultwarden.discourse.group/ about: Use this forum to request features or get help with usage/configuration. - name: GitHub Discussions for vaultwarden