deleted: core/docker-compose.yml
modified: monitoring/node-red/data/.flows.json.backup modified: monitoring/node-red/data/.flows_cred.json.backup modified: monitoring/node-red/data/context/00b02bbd01c91485/flow.json modified: monitoring/node-red/data/flows.json modified: monitoring/node-red/data/flows_cred.json modified: monitoring/node-red/data/update-events.ndjson
This commit is contained in:
@@ -276,7 +276,7 @@
|
||||
"type": "function",
|
||||
"z": "00b02bbd01c91485",
|
||||
"name": "Build Deploy Command",
|
||||
"func": "const container = msg.container;\nconst image = msg.image;\nconst host = msg.host;\nmsg.payload = `PROJECT_ROOT=\"/compose/${host} /compose/${host}/services-up.sh --profile all up -d ${container}`;\nmsg.image = image;\nmsg.container = container;\nmsg.host = host;\nnode.log(`Test Successful\n Container: ${container}\n Image: ${msg.image}\n Host: ${host}`\n )\nreturn msg;",
|
||||
"func": "const container = msg.container;\nconst image = msg.image;\nconst host = msg.host;\nmsg.payload = `PROJECT_ROOT=\"/compose/${host}\" /compose/${host}/services-up.sh --profile all up -d ${container}`;\nmsg.image = image;\nmsg.container = container;\nmsg.host = host;\nnode.log(`Test Successful\n Container: ${container}\n Image: ${msg.image}\n Host: ${host}`\n )\nreturn msg;",
|
||||
"outputs": 1,
|
||||
"timeout": "",
|
||||
"noerr": 0,
|
||||
@@ -827,7 +827,7 @@
|
||||
"method": "POST",
|
||||
"ret": "obj",
|
||||
"paytoqs": "ignore",
|
||||
"url": "https://gotify.lan.ddnsgeek.com/message?token=ATSMpSKrdNjKXeT",
|
||||
"url": "http://gotify/message?token=ATSMpSKrdNjKXeT",
|
||||
"tls": "",
|
||||
"persist": false,
|
||||
"proxy": "",
|
||||
|
||||
Reference in New Issue
Block a user