From f540089d23eb19e30768805a9b17a4b15a6b1fc1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Oct 2024 14:30:30 +0200 Subject: [PATCH] New version https://github.com/alexbelgium/hassio-addons/issues/1587 --- portainer/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/portainer/config.json b/portainer/config.json index fc72a75a2..5450c95bd 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -25,7 +25,6 @@ "options": { "certfile": "fullchain.pem", "keyfile": "privkey.pem", - "password": "homeassistant", "ssl": false }, "panel_admin": false, @@ -47,5 +46,5 @@ "slug": "portainer", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.22.0" + "version": "2.22.0-2" }