Updated n8n config to 1.30.1

This commit is contained in:
2024-02-24 09:39:29 +00:00
parent 1a5d7447ec
commit ad90c45804
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "Hass n8n", "name": "Hass n8n",
"version": "1.11.1.11", "version": "1.30.1",
"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"],
@@ -21,16 +21,16 @@
"auth": false, "auth": false,
"auth_username": "", "auth_username": "",
"auth_password": "", "auth_password": "",
"n8n_host": "n8n.automator.keenetic.link", "n8n_host": "n8n.automator.dedyn.io",
"n8n_port": "5678", "n8n_port": "5678",
"node_env": "production", "node_env": "production",
"webhook_tunnel_url": "https://n8n.automator.keenetic.link/", "webhook_tunnel_url": "https://n8n.automator.dedyn.io/",
"timezone": "Europe/Kiev", "timezone": "Europe/Kiev",
"protocol": "http", "protocol": "http",
"certfile": "fullchain_fixed.pem", "certfile": "fullchain_fixed.pem",
"keyfile": "privkey_fixed.pem", "keyfile": "privkey_fixed.pem",
"env_vars_list": [ "env_vars_list": [
"WEBHOOK_URL: https://n8n.automator.keenetic.link" "WEBHOOK_URL: https://n8n.automator.dedyn.io"
], ],
"cmd_line_args": "start" "cmd_line_args": "start"
}, },