Skip to content

Commit

Permalink
Update n8n to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Jul 29, 2024
1 parent 456fccc commit b828540
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions n8n/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*"

server:
image: n8nio/n8n:1.44.1@sha256:e86cd970292e6136d2babb3da0ba9b3129c9a153a777660303eee7e672f3540e
image: n8nio/n8n:1.51.2@sha256:7b60acb4a05c3f74146e0a9e7fdd54b6977ec74c7974c52bba5f5aaad97985b8
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data:/home/node/.n8n
Expand All @@ -20,4 +20,4 @@ services:
- PGID=1000
# Used to set the url for editor, REST API & webhooks
- N8N_HOST=$DEVICE_DOMAIN_NAME
- N8N_SECURE_COOKIE=false
- N8N_SECURE_COOKIE=false
11 changes: 7 additions & 4 deletions n8n/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.44.1"
version: "1.51.2"
releaseNotes: >-
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
This update includes several bug fixes and improvements:
- Fixed issue with existing credentials not opening in HTTP agent tool.
Full release notes are found at https://github.com/n8n-io/n8n/releases/tag/n8n%401.51.2.
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,
Expand Down Expand Up @@ -34,4 +37,4 @@ path: ""
defaultUsername: ""
defaultPassword: ""
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/283
submission: https://github.com/getumbrel/umbrel-apps/pull/283

0 comments on commit b828540

Please sign in to comment.