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
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
-
|
|
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
|
|
Binary file
|