From cb6444e2b0b041bbba76bf1a98e161a2a9c01037 Mon Sep 17 00:00:00 2001 From: sven Date: Mon, 22 Dec 2025 09:09:58 +0100 Subject: [PATCH] Telemetrie-Nerv abgeschaltet --- n8nv2/compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/n8nv2/compose.yaml b/n8nv2/compose.yaml index 2462ade..7a4fe8b 100755 --- a/n8nv2/compose.yaml +++ b/n8nv2/compose.yaml @@ -14,7 +14,9 @@ services: - /media/Daten/:/mnt/heimserver-daten environment: - N8N_RUNNERS_ENABLED=true - - N8N_RUNNERS_MODE=external +# - N8N_RUNNERS_MODE=external + - N8N_DIAGNOSTICS_ENABLED=false + - N8N_VERSION_NOTIFICATIONS_ENABLED=false - N8N_RUNNERS_BROKER_LISTEN_ADDRESS=0.0.0.0 # Broker auf allen Interfaces - N8N_RUNNERS_AUTH_TOKEN=IBhwCI2zP791vfzY9yHWWRLDsou4h4KB - N8N_NATIVE_PYTHON_RUNNER=true