Updated n8n version

This commit is contained in:
2023-10-20 18:40:54 +00:00
parent c9b5b61398
commit e321a8abb6
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "Hass n8n", "name": "Hass n8n",
"version": "1.11.1.9", "version": "1.11.1.10",
"slug": "hass-n8n", "slug": "hass-n8n",
"description": "Self host your n8n instance", "description": "Self host your n8n instance",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
@@ -29,7 +29,7 @@
"protocol": "http", "protocol": "http",
"certfile": "fullchain_fixed.pem", "certfile": "fullchain_fixed.pem",
"keyfile": "privkey_fixed.pem", "keyfile": "privkey_fixed.pem",
"cmd_line_args": "" "cmd_line_args": "start"
}, },
"schema": { "schema": {
"auth": "bool", "auth": "bool",