From 9bc2082ca949b562c5d327646475db091c0e3bf1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 6 Oct 2024 15:27:37 +0200 Subject: [PATCH] change default to empty --- portainer/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portainer/config.json b/portainer/config.json index e5ec5ff63..a5608c686 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -25,7 +25,7 @@ "options": { "certfile": "fullchain.pem", "keyfile": "privkey.pem", - "password": "homeassistant", + "password": "empty", "ssl": false }, "panel_admin": false, @@ -47,5 +47,5 @@ "slug": "portainer", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.22.0-test" + "version": "2.22.0-2" }