app
service-kicad Admin — Container Operations
UnreviewedInternal ops guide: SSH access, watchdog, deploy, credential rotation, KiCad upgrades. Adom employees only.
app / service-kicad-admin
service-kicad Admin — Container Operations
Internal operations guide for Adom engineers. Covers SSH access,
watchdog architecture, deploy procedures, credential rotation,
KiCad upgrades, and known traps.
For CLI usage (all users), see the public service-kicad page.
Quick reference
| What | Command |
|---|---|
| SSH into prod | ssh [email protected] |
| Health check | curl -sf https://kicad-rk5ue5pcfemi.adom.cloud/health |
| Upgrade KiCad | ssh ... "sudo apt-get install -y kicad kicad-libraries" |
| Refresh git creds | gh auth token | ssh ... 'read tok; echo "https://x-access-token:[email protected]" > ~/.git-credentials' |
| Restart cron | ssh ... "sudo service cron start" |
| View service log | ssh ... "tail -50 /var/log/service-kicad.log" |
| View watchdog log | ssh ... "tail -50 ~/.cache/service-kicad-watchdog.log" |
Install the full admin skill for detailed procedures:
Install service-kicad-admin skill from the Adom Wiki.