From 0c29fc2a82c07f9f837e88090b523decdb4d2dad Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:09:56 +0100 Subject: [PATCH] Deprecated --- bitwarden/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bitwarden/config.json b/bitwarden/config.json index 26e3a90ca5b..4301ba025a3 100644 --- a/bitwarden/config.json +++ b/bitwarden/config.json @@ -5,13 +5,13 @@ "armv7" ], "codenotary": "alexandrep.github@gmail.com", - "description": "Open source password management solution", + "description": "Deprecated - please use community version", "image": "ghcr.io/alexbelgium/vaultwarden-{arch}", "init": false, "map": [ "ssl" ], - "name": "DEPRECATED - Vaultwarden (Bitwarden)", + "name": "DEPRECATED - Vaultwarden", "options": { "certfile": "fullchain.pem", "keyfile": "privkey.pem", @@ -31,6 +31,7 @@ "ssl": "bool" }, "slug": "bitwarden", + "stage": "deprecated", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden", "version": "1.30.1",