Error with clone in runner jon

Hi all. I have started setting up Gitea Runner. I have been able to get builds at least started. This means I have my Gitea instance and Gitea runner communicating already via the provided registration token and URL.

My question however lies within the GITEA_INSTANCE_URL which I have as http://my.domain/git`. I have my Gitea running on /git via an NGINX reverse proxy.

The Set up job part succeeds in pulling down images and so forth. However, when it comes to cloming from my repository. Instead of being http://my.domain/git/user/repo for some reason it does http://my.domain/user/repo (which obviously won’t work).

Any ideas? As this seems to be something that I would expect Gitea to support. Many people don’t host on / but rather /something


Basically this #461 - subdirs of GITEA_INSTANCE_URL are ignored in {{ gitea.repository }} - act_runner - Gitea: Git with a cup of tea