mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
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:
parent
5bab678d23
commit
0099116e19
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user