README, both setup guides and the forgejo-runner notes now point at archive/uptime_kuma/ instead of describing a live service. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
975 B
975 B
Forgejo Runner Setup
Obtaining the Registration Token
- Log in to the Forgejo instance at
https://forgejo.contrapeso.xyz - Go to Site Administration > Actions > Runners
- Click Create new runner
- Copy the registration token
Configuring the Token
Paste the token into ansible/infra_secrets.yml:
forgejo_runner_registration_token: "YOUR_TOKEN_HERE"
Running the Playbook
ansible-playbook ansible/services/forgejo-runner/deploy_forgejo_runner_playbook.yml
Verifying
- On the VM:
systemctl status forgejo-runnershould show active - In Forgejo: Site Administration > Actions > Runners should show the runner as online
In Uptime Kuma: the(Uptime Kuma was decommissioned 2026-09-11 — this check no longer applies. The healthcheck timer still runs on the host but pushes nowhere. Seeforgejo-runner-healthcheckpush monitor should be receiving pingsarchive/uptime_kuma/.)