n8n-nodes-docker-api 0.1.0 → 0.1.1
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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -5,7 +5,7 @@ class DockerApi {
|
|
|
5
5
|
constructor() {
|
|
6
6
|
this.name = 'dockerApi';
|
|
7
7
|
this.displayName = 'Docker API';
|
|
8
|
-
this.documentationUrl = 'https://github.com/
|
|
8
|
+
this.documentationUrl = 'https://github.com/ramygamal231/n8n-nodes-docker-api';
|
|
9
9
|
this.properties = [
|
|
10
10
|
{
|
|
11
11
|
displayName: 'Connection Mode',
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 340 268">
|
|
3
|
+
<!-- Generator: Adobe Illustrator 30.1.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 136) -->
|
|
4
|
+
<defs>
|
|
5
|
+
<style>
|
|
6
|
+
.st0 {
|
|
7
|
+
fill: none;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.st1 {
|
|
11
|
+
fill: #2560ff;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.st2 {
|
|
15
|
+
clip-path: url(#clippath);
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
18
|
+
<clipPath id="clippath">
|
|
19
|
+
<rect class="st0" width="339.5" height="268"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
</defs>
|
|
22
|
+
<g class="st2">
|
|
23
|
+
<path class="st1" d="M334,110.1c-8.3-5.6-30.2-8-46.1-3.7-.9-15.8-9-29.2-24-40.8l-5.5-3.7-3.7,5.6c-7.2,11-10.3,25.7-9.2,39,.8,8.2,3.7,17.4,9.2,24.1-20.7,12-39.8,9.3-124.3,9.3H0c-.4,19.1,2.7,55.8,26,85.6,2.6,3.3,5.4,6.5,8.5,9.6,19,19,47.6,32.9,90.5,33,65.4,0,121.4-35.3,155.5-120.8,11.2.2,40.8,2,55.3-26,.4-.5,3.7-7.4,3.7-7.4l-5.5-3.7h0ZM85.2,92.7h-36.7v36.7h36.7v-36.7ZM132.6,92.7h-36.7v36.7h36.7v-36.7ZM179.9,92.7h-36.7v36.7h36.7v-36.7ZM227.3,92.7h-36.7v36.7h36.7v-36.7ZM37.8,92.7H1.1v36.7h36.7v-36.7ZM85.2,46.3h-36.7v36.7h36.7v-36.7ZM132.6,46.3h-36.7v36.7h36.7v-36.7ZM179.9,46.3h-36.7v36.7h36.7v-36.7ZM179.9,0h-36.7v36.7h36.7V0Z"/>
|
|
24
|
+
</g>
|
|
25
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-docker-api",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Interact with Docker via direct API (no Portainer required) — manage containers, stream logs, and automate infrastructure workflows",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"n8n",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "tsc && npm run copy:assets",
|
|
28
|
-
"copy:assets": "npx copyfiles -u 1 \"nodes/Docker/docker.svg\" dist/nodes/Docker/",
|
|
28
|
+
"copy:assets": "npx copyfiles -u 1 -f \"nodes/Docker/docker.svg\" dist/nodes/Docker && npx copyfiles -u 1 \"assets/**/*\" dist/assets/",
|
|
29
29
|
"dev": "tsc --watch",
|
|
30
30
|
"format": "prettier nodes credentials --write",
|
|
31
31
|
"lint": "eslint nodes credentials --ext .ts",
|