From 1344cca505f77c0511c3780b63f71347ecba7fc0 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Mon, 2 Sep 2024 14:04:07 +0300 Subject: [PATCH] Added encryption_key and user_folder properties --- hass-n8n/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hass-n8n/config.json b/hass-n8n/config.json index c03f3ff..ecc471b 100644 --- a/hass-n8n/config.json +++ b/hass-n8n/config.json @@ -1,6 +1,6 @@ { "name": "Hass n8n", - "version": "1.56.2", + "version": "1.56.3", "slug": "hass-n8n", "description": "Self host your n8n instance", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], @@ -32,9 +32,13 @@ "env_vars_list": [ "WEBHOOK_URL: https://n8n.automator.dedyn.io" ], - "cmd_line_args": "start" + "cmd_line_args": "start", + "encryption_key": "", + "user_folder": "/share/n8n" }, "schema": { + "encryption_key": "str?", + "user_folder": "str?", "auth": "bool", "auth_username": "str?", "auth_password": "str?",