Proxmox worker, uptime, backup, tagged deploy

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

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"name": "verae-proxmox",
"version": "0.1.0",
"private": true,
"description": "Provision Verae archive worker LXC guests on NS1 Proxmox (vmbr1)",
"scripts": {
"create-worker": "bash scripts/create-worker.sh",
"test": "bash scripts/test.sh"
}
}