From 9168b490bb250846ef60bc4ec3ad0f291f674ca4 Mon Sep 17 00:00:00 2001 From: choskeli <98036866+choskeli@users.noreply.github.com> Date: Fri, 27 Jan 2023 23:20:24 -0500 Subject: [PATCH] update vaultwarden image --- README.md | 2 +- roles/bitwarden/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e67c2b4..955ba8ab 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you have a spare domain name you can configure applications to be accessible * [Airsonic](https://airsonic.github.io/) - catalog and stream music * [Bazarr](https://github.com/morpheus65535/bazarr) - companion to Radarr and Sonarr for downloading subtitles -* [Bitwarden_rs](https://github.com/dani-garcia/bitwarden_rs) - Self-Hosting port of password manager +* [Bitwarden](https://github.com/dani-garcia/vaultwarden) - Password Manger (Technically Vaultwarden, a lightweight implementation in Rust) * [Booksonic](https://booksonic.org/) - The selfhosted audiobook server * [Calibre-web](https://github.com/janeczku/calibre-web) - Provides a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. * [Code Server](https://code.visualstudio.com/) - Powerful IDE from Microsoft accessible through the browser diff --git a/roles/bitwarden/tasks/main.yml b/roles/bitwarden/tasks/main.yml index e89d682a..3ad680bd 100644 --- a/roles/bitwarden/tasks/main.yml +++ b/roles/bitwarden/tasks/main.yml @@ -12,7 +12,7 @@ - name: Bitwarden Docker Container docker_container: name: "{{ bitwarden_container_name }}" - image: bitwardenrs/server:latest + image: vaultwarden/server:latest pull: true ports: - "{{ bitwarden_port_a }}:80"