app / service-kicad-admin
!

Not installable via adompkg

This app has no published release. adompkg install kyle/service-kicad-admin will not work until a maintainer publishes a tarball with install.sh and uninstall.sh.

See the publishing docs for the package.json schema and tarball layout required to ship this app.

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.