33cab10cef
Syncs project memory, custom agents, and commands across machines. Excludes secrets (settings.json), session state, and runtime files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
677 B
677 B
name, description, type
| name | description | type |
|---|---|---|
| PlateRunner deployment | PlateRunner deploy process — SSH to prox2docker, git pull, docker compose rebuild on VM 103 | reference |
PlateRunner is running on the homelab at platerunner.chrissader.com.
Host: VM 103 (192.168.86.122) on Proxmox2
SSH alias: prox2docker (csader@192.168.86.122)
Stack path: /opt/docker/stacks/platerunner
Container: platerunner-platecycler-1 on port 3001 → 3000
Deploy process:
ssh prox2docker "cd /opt/docker/stacks/platerunner && git pull && docker compose up -d --build"
Note: git push from this machine may hang on credential prompt — user may need to push manually.