Update hass-n8n/config.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Hass n8n",
|
"name": "Hass n8n",
|
||||||
"version": "2.1.4",
|
"version": "2.4.6",
|
||||||
"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"],
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
],
|
],
|
||||||
"apparmor": true,
|
"apparmor": true,
|
||||||
"ports": {
|
"ports": {
|
||||||
"5678/tcp": 5678
|
"5678/tcp": 443
|
||||||
},
|
},
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"5678/tcp": "n8n Web interface"
|
"5678/tcp": "n8n Web interface"
|
||||||
@@ -24,16 +24,16 @@
|
|||||||
"auth": false,
|
"auth": false,
|
||||||
"auth_username": "",
|
"auth_username": "",
|
||||||
"auth_password": "",
|
"auth_password": "",
|
||||||
"n8n_host": "n8n.automator.dedyn.io",
|
"n8n_host": "n8n.aibuddy.dedyn.io",
|
||||||
"n8n_port": "5678",
|
"n8n_port": "443",
|
||||||
"node_env": "production",
|
"node_env": "production",
|
||||||
"webhook_tunnel_url": "https://n8n.automator.dedyn.io/",
|
"webhook_tunnel_url": "https://n8n.aibuddy.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.dedyn.io"
|
"WEBHOOK_URL: https://n8n.aibuddy.dedyn.io"
|
||||||
],
|
],
|
||||||
"cmd_line_args": "start",
|
"cmd_line_args": "start",
|
||||||
"encryption_key": "",
|
"encryption_key": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user