UNPKG

n8n-nodes-idoit

Version:

n8n node for i-doit. https://www.i-doit.com/en/

33 lines (19 loc) 1.23 kB
# n8n-nodes-idoit ![n8n.io - Workflow Automation](https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-logo.png) **i-doit** [Homepage](https://kb.i-doit.com/pages/viewpage.action?pageId=7831613) ## How to install ### Community Nodes (Recommended) 1. Go to **Settings > Community Nodes**. 2. Select **Install**. 3. Enter `n8n-nodes-idoit` in **Enter npm package name**. 4. Agree to the [risks](https://docs.n8n.io/integrations/community-nodes/risks/) of using community nodes: select **I understand the risks of installing unverified code from a public source**. 5. Select **Install**. After installing the node, you can use it like any other node. n8n displays the node in search results in the **Nodes** panel. ### Manual installation To get started install the package in your n8n root directory: `npm install n8n-nodes-idoit` For Docker-based deployments, add the following line before the font installation command in your [n8n Dockerfile](https://github.com/n8n-io/n8n/blob/master/docker/images/n8n/Dockerfile): `RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-idoit` ## License [Apache 2.0 with Commons Clause](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/LICENSE.md)