diff --git a/hass-n8n/config.json b/hass-n8n/config.json index 386db69..f732d3a 100644 --- a/hass-n8n/config.json +++ b/hass-n8n/config.json @@ -1,6 +1,6 @@ { "name": "Hass n8n", - "version": "2.1.4", + "version": "2.4.6", "slug": "hass-n8n", "description": "Self host your n8n instance", "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], @@ -15,7 +15,7 @@ ], "apparmor": true, "ports": { - "5678/tcp": 5678 + "5678/tcp": 443 }, "ports_description": { "5678/tcp": "n8n Web interface" @@ -24,16 +24,16 @@ "auth": false, "auth_username": "", "auth_password": "", - "n8n_host": "n8n.automator.dedyn.io", - "n8n_port": "5678", + "n8n_host": "n8n.aibuddy.dedyn.io", + "n8n_port": "443", "node_env": "production", - "webhook_tunnel_url": "https://n8n.automator.dedyn.io/", + "webhook_tunnel_url": "https://n8n.aibuddy.dedyn.io/", "timezone": "Europe/Kiev", "protocol": "http", "certfile": "fullchain_fixed.pem", "keyfile": "privkey_fixed.pem", "env_vars_list": [ - "WEBHOOK_URL: https://n8n.automator.dedyn.io" + "WEBHOOK_URL: https://n8n.aibuddy.dedyn.io" ], "cmd_line_args": "start", "encryption_key": "",