From ad90c458045a6745121ab061afdaf9d8bed2d5b3 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Sat, 24 Feb 2024 09:39:29 +0000 Subject: [PATCH] Updated n8n config to 1.30.1 --- hass-n8n/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hass-n8n/config.json b/hass-n8n/config.json index 04f8b60..1969cf0 100644 --- a/hass-n8n/config.json +++ b/hass-n8n/config.json @@ -1,6 +1,6 @@ { "name": "Hass n8n", - "version": "1.11.1.11", + "version": "1.30.1", "slug": "hass-n8n", "description": "Self host your n8n instance", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], @@ -21,16 +21,16 @@ "auth": false, "auth_username": "", "auth_password": "", - "n8n_host": "n8n.automator.keenetic.link", + "n8n_host": "n8n.automator.dedyn.io", "n8n_port": "5678", "node_env": "production", - "webhook_tunnel_url": "https://n8n.automator.keenetic.link/", + "webhook_tunnel_url": "https://n8n.automator.dedyn.io/", "timezone": "Europe/Kiev", "protocol": "http", "certfile": "fullchain_fixed.pem", "keyfile": "privkey_fixed.pem", "env_vars_list": [ - "WEBHOOK_URL: https://n8n.automator.keenetic.link" + "WEBHOOK_URL: https://n8n.automator.dedyn.io" ], "cmd_line_args": "start" },