myron 27df1eb7c9 Update JARVIS TODO with comprehensive agent deployment plan
- Full prioritized TODO: critical fixes, agent deployment checklist
  for every host (DO, Proxmox VMs, Windows, Mac, Alpine), self-healing config
- Windows agent installer details, compiled exe build instructions
- HA VM109 post-rebuild checklist

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 13:57:47 -05:00

DO Server Infrastructure

DigitalOcean server at 165.22.1.228 (CyberPanel / OpenLiteSpeed).

Directory Structure

  • cron/ — Root crontab (CyberPanel + JARVIS entries)
  • systemd/ — Custom systemd service units
  • agent/ — JARVIS agent config template

Deploy workflow

  1. Edit code in site repos (myronblair/*)
  2. git push origin main
  3. On server: cd /home/<site>/public_html && git pull origin main

JARVIS agent install

cp agent/config.json /opt/jarvis-agent/config.json
systemctl enable jarvis-agent
systemctl start jarvis-agent
S
Description
Mirror of github.com/myronblair/infra
Readme 239 KiB
Languages
Markdown 100%