Proxmox worker, uptime, backup, tagged deploy

This commit is contained in:
George Lambert 2026-09-11 23:36:00 -04:00
commit fc395f824b
8 changed files with 231 additions and 0 deletions

13
package.json Normal file
View 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" }
}