Skip to content

Commit

Permalink
Merge pull request #103 from SaaShup/add_rename_container
Browse files Browse the repository at this point in the history
✨ Activate rename container nodes on none operation
  • Loading branch information
fanshan authored Jun 7, 2024
2 parents b3e47ca + f88da0e commit 2f0798a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 22 deletions.
63 changes: 42 additions & 21 deletions flows.json
Original file line number Diff line number Diff line change
Expand Up @@ -3788,7 +3788,7 @@
"oldrc": false,
"name": "containers",
"x": 950,
"y": 240,
"y": 280,
"wires": [
[
"b61b7a952b88459b"
Expand Down Expand Up @@ -4512,8 +4512,8 @@
"links": [
"a12cfbe9ec7b317a"
],
"x": 1395,
"y": 180,
"x": 1435,
"y": 220,
"wires": []
},
{
Expand All @@ -4533,8 +4533,8 @@
"drop": false,
"allowrate": false,
"outputs": 1,
"x": 1260,
"y": 180,
"x": 1300,
"y": 220,
"wires": [
[
"ec4a365091d27e97"
Expand Down Expand Up @@ -4597,8 +4597,8 @@
"checkall": "true",
"repair": false,
"outputs": 2,
"x": 1090,
"y": 220,
"x": 1130,
"y": 260,
"wires": [
[
"29132a5a3f72e359"
Expand All @@ -4613,8 +4613,8 @@
"type": "subflow:0455d311f0e53c09",
"z": "8e85e8c54d776ddc",
"name": "",
"x": 1490,
"y": 220,
"x": 1530,
"y": 260,
"wires": []
},
{
Expand Down Expand Up @@ -4645,8 +4645,8 @@
"from": "",
"to": "",
"reg": false,
"x": 1280,
"y": 220,
"x": 1320,
"y": 260,
"wires": [
[
"803bd832af0f5029"
Expand Down Expand Up @@ -4802,7 +4802,8 @@
"y": 80,
"wires": [
[
"fd8c8c6e687c07bd"
"fd8c8c6e687c07bd",
"07b12e9a42e0d339"
]
]
},
Expand All @@ -4818,8 +4819,8 @@
"winHide": false,
"oldrc": false,
"name": "containers",
"x": 1010,
"y": 80,
"x": 950,
"y": 60,
"wires": [
[
"5e48ca8642958b39"
Expand Down Expand Up @@ -4851,7 +4852,7 @@
"y": 120,
"wires": [
[
"fd8c8c6e687c07bd"
"f464210584622a25"
]
]
},
Expand All @@ -4878,7 +4879,7 @@
"y": 160,
"wires": [
[
"fd8c8c6e687c07bd"
"f464210584622a25"
]
]
},
Expand All @@ -4905,7 +4906,7 @@
"y": 200,
"wires": [
[
"fd8c8c6e687c07bd"
"f464210584622a25"
]
]
},
Expand Down Expand Up @@ -4965,8 +4966,8 @@
"checkall": "true",
"repair": false,
"outputs": 2,
"x": 1210,
"y": 60,
"x": 1150,
"y": 40,
"wires": [
[
"b647369ca1895887"
Expand Down Expand Up @@ -5004,8 +5005,8 @@
"from": "",
"to": "",
"reg": false,
"x": 1420,
"y": 100,
"x": 1350,
"y": 80,
"wires": [
[
"b647369ca1895887"
Expand Down Expand Up @@ -5061,6 +5062,26 @@
[]
]
},
{
"id": "f464210584622a25",
"type": "exec",
"z": "8e85e8c54d776ddc",
"command": "curl -s -X POST --unix-socket /var/run/docker.sock",
"addpay": "post",
"append": "",
"useSpawn": "false",
"timer": "",
"winHide": false,
"oldrc": false,
"name": "containers",
"x": 950,
"y": 160,
"wires": [
[],
[],
[]
]
},
{
"id": "3eb97ccb653722a0",
"type": "http in",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netbox-docker-agent",
"version": "0.25.0",
"version": "0.26.0",
"description": "Saashup agent for netbox manager",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2f0798a

Please sign in to comment.