From 53cdd785a2c95bd58314880ebd3d3cd4a29e8120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=95=E0=A4=BE=E0=A4=B0=E0=A4=A4=E0=A5=8B=E0=A4=AB?= =?UTF-8?q?=E0=A5=8D=E0=A4=AB=E0=A5=87=E0=A4=B2=E0=A4=B8=E0=A5=8D=E0=A4=95?= =?UTF-8?q?=E0=A5=8D=E0=A4=B0=E0=A4=BF=E0=A4=AA=E0=A5=8D=E0=A4=9F=E2=84=A2?= Date: Wed, 14 Aug 2024 16:51:40 +0200 Subject: [PATCH] Add docs for custom NPM registry support (#2328) Co-authored-by: Jonathan Bennetts --- docs/hosting/configuration/environment-variables/nodes.md | 5 +++-- styles/config/vocabularies/default/accept.txt | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/hosting/configuration/environment-variables/nodes.md b/docs/hosting/configuration/environment-variables/nodes.md index bc4da3443..a60551e1a 100644 --- a/docs/hosting/configuration/environment-variables/nodes.md +++ b/docs/hosting/configuration/environment-variables/nodes.md @@ -1,7 +1,7 @@ --- #https://www.notion.so/n8n/Frontmatter-432c2b8dff1f43d4b1c8d20075510fe4 title: Nodes environment variables -description: Environment variable to configure nodes management in self-hosted n8n instance. +description: Environment variable to configure nodes management in self-hosted n8n instance. contentType: reference tags: - environment variables @@ -14,7 +14,7 @@ hide: --8<-- "_snippets/self-hosting/file-based-configuration.md" -This page lists the environment variables configuration options for managing nodes in n8n, including specifying which nodes to load or exclude, importing built-in or external modules in the Code node, and enabling community nodes. +This page lists the environment variables configuration options for managing nodes in n8n, including specifying which nodes to load or exclude, importing built-in or external modules in the Code node, and enabling community nodes. | Variable | Type | Default | Description | | :------- | :---- | :------- | :---------- | @@ -25,3 +25,4 @@ This page lists the environment variables configuration options for managing nod | `NODES_ERROR_TRIGGER_TYPE` | String | `n8n-nodes-base.errorTrigger` | Specify which node type to use as Error Trigger. | | `N8N_CUSTOM_EXTENSIONS` | String | - | Specify the path to directories containing your custom nodes. | | `N8N_COMMUNITY_PACKAGES_ENABLED` | Boolean | `true` | Enables (true) or disables (false) community nodes. | +| `N8N_COMMUNITY_PACKAGES_REGISTRY` | String | `https://registry.npmjs.org` | NPM registry URL to pull community packages from (license required). | diff --git a/styles/config/vocabularies/default/accept.txt b/styles/config/vocabularies/default/accept.txt index 220d53a57..53f00542c 100644 --- a/styles/config/vocabularies/default/accept.txt +++ b/styles/config/vocabularies/default/accept.txt @@ -173,6 +173,7 @@ Nextcloud ngrok Nodelinter npm +NPM npx OAuth Odoo