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

View file

@ -0,0 +1,15 @@
[Unit]
Description=Verae off-box HTTPS door watch
After=network-online.target
[Service]
Type=simple
WorkingDirectory=%h/verae-src/verae-uptime
Environment=UPTIME_BIND=127.0.0.1
Environment=UPTIME_PORT=3870
ExecStart=/usr/bin/node src/watch.js
Restart=always
RestartSec=5
[Install]
WantedBy=default.target