add process with node API key added

This commit is contained in:
Blomios
2026-01-18 22:22:00 +01:00
parent b69c69e11a
commit e8e2a4a01e
17 changed files with 390 additions and 156 deletions

View File

@ -3,8 +3,8 @@
"processes": [
{
"id": 1,
"name": "web-watcher",
"command": "curl -s --head --connect-timeout 5 http://www.google.com > /dev/null && echo 1 || echo 0"
"name": "Test",
"command": "Test"
}
]
}