From 2fd296f38e4994e8869f097c85c46403c505f2f8 Mon Sep 17 00:00:00 2001 From: goldbillka Date: Fri, 20 Oct 2023 14:30:11 +0000 Subject: [PATCH] Update 'hass-n8n/config.json' --- 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 34f8907..e7bcdce 100644 --- a/hass-n8n/config.json +++ b/hass-n8n/config.json @@ -1,6 +1,6 @@ { "name": "Hass n8n", - "version": "0.0.6", + "version": "1.11.1", "slug": "hass-n8n", "description": "Self host your n8n instance", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], @@ -21,12 +21,12 @@ "auth": false, "auth_username": "", "auth_password": "", - "n8n_host": "n8n.automator.ml", + "n8n_host": "n8n.automator.keenetic.link", "n8n_port": "5678", "node_env": "production", - "webhook_tunnel_url": "https://n8n.automator.ml/", + "webhook_tunnel_url": "https://n8n.automator.keenetic.link/", "timezone": "Europe/Kiev", - "protocol": "https", + "protocol": "http", "certfile": "fullchain_fixed.pem", "keyfile": "privkey_fixed.pem" },