From 27c3976328b979aa95e1904609583b4ae0590841 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 26 Nov 2023 11:57:23 +0100 Subject: [PATCH] Update config.json https://github.com/alexbelgium/hassio-addons/issues/1095 --- portainer/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/portainer/config.json b/portainer/config.json index 342b61bed..c53d090de 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -39,6 +39,7 @@ }, "schema": { "certfile": "str", + "disable_password": "bool?", "keyfile": "str", "password": "str?", "ssl": "bool"