From efe204206b296d3d721f5e22c29c8ca2ec6298f5 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Fri, 20 Oct 2023 16:44:00 +0000 Subject: [PATCH] Added missed option --- hass-n8n/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hass-n8n/config.json b/hass-n8n/config.json index 2c9e143..3912fa0 100644 --- a/hass-n8n/config.json +++ b/hass-n8n/config.json @@ -1,6 +1,6 @@ { "name": "Hass n8n", - "version": "1.11.1.7", + "version": "1.11.1.8", "slug": "hass-n8n", "description": "Self host your n8n instance", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], @@ -28,7 +28,8 @@ "timezone": "Europe/Kiev", "protocol": "http", "certfile": "fullchain_fixed.pem", - "keyfile": "privkey_fixed.pem" + "keyfile": "privkey_fixed.pem", + "cmd_line_args": "" }, "schema": { "auth": "bool", @@ -41,6 +42,7 @@ "timezone": "str", "protocol": "str", "certfile": "str", - "keyfile": "str" + "keyfile": "str", + "cmd_line_args": "str?" } }