n8n-nodes-doppelganger 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,9 +1,11 @@
1
- # n8n-nodes-doppelganger
2
-
3
- Official n8n community node for running Doppelganger tasks via the local API.
4
-
1
+ # n8n-nodes-doppelganger
2
+
3
+ Official n8n community node for running Doppelganger tasks via the local API.
4
+
5
5
  ## Install
6
6
 
7
+ ### Classic n8n Community Nodes (recommended)
8
+
7
9
  1. In n8n, open **Settings** -> **Community Nodes**.
8
10
  2. Enter the package name: `n8n-nodes-doppelganger`.
9
11
  3. Install and restart n8n if prompted.
@@ -16,26 +18,25 @@ npm run build
16
18
  ```
17
19
 
18
20
  Then add the package in n8n as a community node or publish to npm and install from there.
19
-
20
- ## Setup
21
-
22
- 1. Create Doppelganger API credentials in n8n.
23
- - Base URL: `http://localhost:11345` (or your server)
24
- - API Key: from Doppelganger Settings
25
- 2. Add the **Doppelganger** node to a workflow.
26
- 3. Set your Task ID and optional variables (JSON).
27
-
28
- ## What it does
29
-
30
- Calls:
31
-
32
- ```
33
- POST /tasks/:id/api
34
- ```
35
-
36
- Auth header: `x-api-key`.
37
-
38
- ## Links
39
-
40
- - Homepage: https://doppelgangerdev.com
41
- - Docker: https://hub.docker.com/r/mnemosyneai/doppelganger
21
+ ## Setup
22
+
23
+ 1. Create Doppelganger API credentials in n8n.
24
+ - Base URL: `http://localhost:11345` (or your server)
25
+ - API Key: from Doppelganger Settings
26
+ 2. Add the **Doppelganger** node to a workflow.
27
+ 3. Set your Task ID and optional variables (JSON).
28
+
29
+ ## What it does
30
+
31
+ Calls:
32
+
33
+ ```
34
+ POST /tasks/:id/api
35
+ ```
36
+
37
+ Auth header: `x-api-key`.
38
+
39
+ ## Links
40
+
41
+ - Homepage: https://doppelgangerdev.com
42
+ - Docker: https://hub.docker.com/r/mnemosyneai/doppelganger
@@ -12,7 +12,7 @@ class Doppelganger {
12
12
  version: 1,
13
13
  description: 'Run a Doppelganger task via the API',
14
14
  defaults: {
15
- name: 'Doppelganger',
15
+ name: 'Execute Task',
16
16
  },
17
17
  inputs: ['main'],
18
18
  outputs: ['main'],
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-doppelganger",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "n8n node for running Doppelganger tasks",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [