Public Access
1
RUNNERS
Jonathan Miller edited this page 2026-06-19 04:07:12 -05:00
Table of Contents
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 |
Pages
- Home
-
api
- api-automation-index
- api-definitions-default-index
- api-definitions-sync-index
- api-deploy-index
- api-fix-index
- api-index
- api-maintenance-index.-
- api-maintenance-index
- api-plugin-index.-
- api-plugin-index
- api-tests-index.-
- api-tests-sample-index.-
- api-tests-sample-index
- api-validate-index.-
- maintenance-index
- automation
- features
- guides
- operations
- reference
- standards
- templates
-
workflows
- workflows-README.-
- workflows-README
- workflows-auto-release.-
- workflows-auto-release
- workflows-branch-protection.-
- workflows-branch-protection
- workflows-build-release.-
- workflows-build-release
- workflows-cascade-dev.-
- workflows-cascade-dev
- workflows-changelog-management.-
- workflows-changelog-management
- workflows-demo-deployment.-
- workflows-demo-deployment
- workflows-dev-branch-tracking.-
- workflows-dev-branch-tracking
- workflows-dev-deployment.-
- workflows-dev-deployment
- workflows-index.-
- workflows-index
- workflows-release-system.-
- workflows-release-system
- workflows-renovate.-
- workflows-renovate
- workflows-reusable-workflows.-
- workflows-reusable-workflows
- workflows-rs-deployment.-
- workflows-rs-deployment
- workflows-secret-scanning.-
- workflows-secret-scanning
- workflows-shared-workflows.-
- workflows-shared-workflows
- workflows-standards-compliance.-
- workflows-standards-compliance
- workflows-static-analysis.-
- workflows-static-analysis
- workflows-sub-issue-management.-
- workflows-sub-issue-management
- workflows-update-server.-
- workflows-update-server
- workflows-workflow-architecture.-
- workflows-workflow-architecture