From 2fa1bd37cc9777c8f2b10555bf18374a493a53df Mon Sep 17 00:00:00 2001 From: marsn3 <48488636+marsn3@users.noreply.github.com> Date: Fri, 6 Aug 2021 22:31:19 +0200 Subject: [PATCH] Change bitwardenrs to vaultwarden With version 1.21.0, bitwardenrs was renamed to vaultwarden due to user confusion and to avoid any possible trademark/brand issues (See [this discussion](https://github.com/dani-garcia/vaultwarden/discussions/1642) for more details). This included renaming the docker image from `bitwardenrs/server` to `vaultwarden/server`. This pull request changes the image to use the new one, and replace all occurrences of bitwardenrs. --- Template/template.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Template/template.json b/Template/template.json index d72ba2b..0a1b22f 100644 --- a/Template/template.json +++ b/Template/template.json @@ -238,20 +238,20 @@ "Tools" ], "description": "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.", - "image": "bitwardenrs/server:latest", + "image": "vaultwarden/server:latest", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/bitwarden.png", - "name": "bitwardenrs", + "name": "vaultwarden", "note": "This project is not associated with the Bitwarden project nor 8bit Solutions LLC.", "platform": "linux", "ports": [ ":80/tcp" ], "restart_policy": "unless-stopped", - "title": "Bitwarden RS", + "title": "Vaultwarden", "type": 1, "volumes": [ { - "bind": "/portainer/Files/AppData/Config/Bitwarden-rs", + "bind": "/portainer/Files/AppData/Config/Vaultwarden", "container": "/config" } ]