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.
This commit is contained in:
marsn3 2021-08-06 22:31:19 +02:00 committed by GitHub
parent eff107ea8a
commit 2fa1bd37cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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"
}
]