Solved: Trying to set up Forgejo Runner but “the form contains some errors”

What app is this about, and its version: forgejo_runner, 12.12.0~ynh1
What YunoHost version are you running: 12.1.40.1
What type of hardware are you using: Virtual machine

Describe your issue

The installation of the forego-runner failed but I got it running with Claude-help

Share relevant logs or error messages

Ran into the same "form contains some errors" (see https://forum.yunohost.org/t/trying-to-set-up-forgejo-runner-but-the-form-contains-some-errors/42484) — solved it. Summary:
1. Install via CLI instead (`sudo yunohost app install forgejo_runner`) — errors are actually readable there.
2. If your Forgejo lives under a sub-path (/forgejo/): do NOT use the "link to local instance" option, it drops the path. Enter the full URL manually. Even better please DO USE a subdomain!
3. Use a classic registration token (`forgejo actions generate-runner-token`), NOT one from Forgejo 15's "Create new runner" dialog.
4. .local domains: add `127.0.0.1 yourdomain.local` to /etc/hosts on the server; self-signed cert: add crt.pem to /usr/local/share/ca-certificates + update-ca-certificates.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.