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?",