Disable n8n telemetry, fix config permissions, activate task runners (#2554)

* Disable n8n telemetry

* Fix config file permissions and activate task runners

---------

Co-authored-by: al-lac <lackner.alex@gmail.com>
This commit is contained in:
Gleb Skibitsky 2025-04-14 17:30:05 +03:00 committed by GitHub
parent 5bab678d23
commit 0099116e19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -21,3 +21,6 @@ services:
# Used to set the url for editor, REST API & webhooks
- N8N_HOST=$DEVICE_DOMAIN_NAME
- N8N_SECURE_COOKIE=false
- N8N_DIAGNOSTICS_ENABLED=false
- N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
- N8N_RUNNERS_ENABLED=true

View File

@ -2,9 +2,9 @@ manifestVersion: 1
id: n8n
category: automation
name: n8n
version: "1.86.1"
version: "1.86.1-1"
releaseNotes: >-
This release contains new features, bug fixes and improvements.
This minor update disables the diagnostic data collection of n8n, fixes permission issues with the config file and activates Task Runners. Release notes of n8n 1.86.1 can be seen below.
Notable changes: