Clone
1
RUNNERS
Jonathan Miller edited this page 2026-06-19 04:07:12 -05:00

Runner Fleet

MokoGitea Actions runners on the git server.

Inventory

Runner Container Memory Labels
moko-act-runner gitea/act_runner 8GB/4GB ubuntu-latest
moko-act-runner-02 gitea/act_runner 8GB/4GB ubuntu-latest
moko-act-runner-03 gitea/act_runner 8GB/4GB ubuntu-latest
moko-act-runner-release gitea/act_runner 8GB/4GB ubuntu-latest

Management

# Check status
docker ps --filter name=moko-act-runner

# Restart a runner
docker restart moko-act-runner

# View logs
docker logs moko-act-runner --tail 50

# Restart all
for r in moko-act-runner moko-act-runner-02 moko-act-runner-03 moko-act-runner-release; do
  docker restart $r
done

Registration

Runners register at org level. Generate token in MokoGitea admin panel.

Troubleshooting

Problem Fix
OOM kill Check journalctl -u earlyoom
Stuck job docker restart the runner
Disk full docker system prune -f
Offline Re-register with new token