diff --git a/n8n/docker-compose.yml b/n8n/docker-compose.yml index 959c35f..c91343f 100644 --- a/n8n/docker-compose.yml +++ b/n8n/docker-compose.yml @@ -10,7 +10,7 @@ services: PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" server: - image: n8nio/n8n:1.18.1@sha256:85320dd3baa2e752084f9a1dd584a249036dd3b20bed59495d9c55ed62950fa5 + image: n8nio/n8n:1.44.1@sha256:e86cd970292e6136d2babb3da0ba9b3129c9a153a777660303eee7e672f3540e restart: on-failure volumes: - ${APP_DATA_DIR}/data:/home/node/.n8n @@ -20,3 +20,4 @@ services: - PGID=1000 # Used to set the url for editor, REST API & webhooks - N8N_HOST=$DEVICE_DOMAIN_NAME + - N8N_SECURE_COOKIE=false diff --git a/n8n/umbrel-app.yml b/n8n/umbrel-app.yml index b886c14..450e230 100644 --- a/n8n/umbrel-app.yml +++ b/n8n/umbrel-app.yml @@ -2,10 +2,10 @@ manifestVersion: 1 id: n8n category: automation name: n8n -version: "1.18.1" +version: "1.44.1" releaseNotes: >- - This release updates n8n from version 1.9.3 to 1.18.1. A full list of new features, performance improvements, and bug fixes for versions - between 1.9.3 to 1.18.1 can be found at https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md + This release updates n8n from version 1.18.1 to 1.44.1. A full list of new features, performance improvements, and bug fixes for versions + between 1.18.1 to 1.44.1 can be found at https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md tagline: Build complex workflows, really fast description: >- n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code,