feat(forgejo): re-add host-gateway to runner

This commit is contained in:
winston 2024-09-18 18:26:12 +02:00
parent 19824e1e67
commit 2da1c15a3f
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -129,6 +129,7 @@ in
url = config.services.forgejo.settings.server.ROOT_URL; url = config.services.forgejo.settings.server.ROOT_URL;
tokenFile = config.age.secrets."services/forgejo/runner-token".path; tokenFile = config.age.secrets."services/forgejo/runner-token".path;
labels = [ "ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest" ]; labels = [ "ubuntu-latest:docker://ghcr.io/catthehacker/ubuntu:act-latest" ];
settings.container.options = "--add-host=code.winston.sh:host-gateway";
}; };
}; };