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:
git
2026-04-13 13:15:46 +10:00
parent 6f47e654a8
commit d6baa39bf4
7 changed files with 26 additions and 15 deletions
+2 -2
View File
@@ -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": "",