Proxmox worker, uptime, backup, tagged deploy
This commit is contained in:
commit
fc395f824b
8 changed files with 231 additions and 0 deletions
13
package.json
Normal file
13
package.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "verae-uptime",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "Off-box HTTPS health watch for Verae Time × Zapier public doors",
|
||||
"scripts": {
|
||||
"start": "node src/watch.js",
|
||||
"once": "node src/watch.js --once",
|
||||
"test": "node --test test/*.test.js"
|
||||
},
|
||||
"engines": { "node": ">=20" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue