Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
4 deletions
-
n8n/docker-compose.yml
-
n8n/umbrel-app.yml
|
@ -10,7 +10,7 @@ services: |
|
|
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" |
|
|
PROXY_AUTH_WHITELIST: "/webhook-test/*,/webhook/*" |
|
|
|
|
|
|
|
|
server: |
|
|
server: |
|
|
image: n8nio/n8n:1.59.4@sha256:94948b84bf86d7bae482eb1c74fe02c32c21d48db2f236f7744218ef46c002bd |
|
|
image: n8nio/n8n:1.60.1@sha256:a030f51ebbe374a53cf100a17f28e9c69124c7042418851f31e15c8cdb79cfe3 |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
volumes: |
|
|
volumes: |
|
|
- ${APP_DATA_DIR}/data:/home/node/.n8n |
|
|
- ${APP_DATA_DIR}/data:/home/node/.n8n |
|
|
|
@ -2,11 +2,12 @@ manifestVersion: 1 |
|
|
id: n8n |
|
|
id: n8n |
|
|
category: automation |
|
|
category: automation |
|
|
name: n8n |
|
|
name: n8n |
|
|
version: "1.59.4" |
|
|
version: "1.60.1" |
|
|
releaseNotes: >- |
|
|
releaseNotes: >- |
|
|
This update includes bug fixes and improvements, such as: |
|
|
This update includes bug fixes and improvements, such as: |
|
|
- Preventing clipboard XSS injection |
|
|
- Fixed webhook binary data max size configuration |
|
|
- Updating grid size when opening credentials support chat |
|
|
- Prevented clipboard XSS injection |
|
|
|
|
|
- Updated grid size when opening credentials support chat |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full release notes are found at https://github.com/n8n-io/n8n/releases |
|
|
Full release notes are found at https://github.com/n8n-io/n8n/releases |
|
|