Browse Source

Update n8n from to v1.44.1 (#1127)

main
joaovictor.local 8 months ago
committed by GitHub
parent
commit
e9b1922cb9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      n8n/docker-compose.yml
  2. 6
      n8n/umbrel-app.yml

3
n8n/docker-compose.yml

@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"
server: server:
image: n8nio/n8n:1.18.1@sha256:85320dd3baa2e752084f9a1dd584a249036dd3b20bed59495d9c55ed62950fa5 image: n8nio/n8n:1.44.1@sha256:e86cd970292e6136d2babb3da0ba9b3129c9a153a777660303eee7e672f3540e
restart: on-failure restart: on-failure
volumes: volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n - ${APP_DATA_DIR}/data:/home/node/.n8n
@ -20,3 +20,4 @@ services:
- PGID=1000 - PGID=1000
# Used to set the url for editor, REST API & webhooks # Used to set the url for editor, REST API & webhooks
- N8N_HOST=$DEVICE_DOMAIN_NAME - N8N_HOST=$DEVICE_DOMAIN_NAME
- N8N_SECURE_COOKIE=false

6
n8n/umbrel-app.yml

@ -2,10 +2,10 @@ manifestVersion: 1
id: n8n id: n8n
category: automation category: automation
name: n8n name: n8n
version: "1.18.1" version: "1.44.1"
releaseNotes: >- 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 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.9.3 to 1.18.1 can be found at https://github.com/n8n-io/n8n/blob/master/CHANGELOG.md 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 tagline: Build complex workflows, really fast
description: >- description: >-
n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code,

Loading…
Cancel
Save