Gitea runner service failing, disable for now

Troubleshoot another time
This commit is contained in:
Evie Litherland-Smith 2024-07-13 11:32:13 +01:00
parent f13b973ea7
commit 41d550d7b2

View file

@ -20,16 +20,16 @@
service = {DISABLE_REGISTRATION = true;};
};
};
gitea-actions-runner = {
package = pkgs.forgejo-runner;
instances.default = {
enable = true;
name = "monolith";
url = config.services.forgejo.settings.server.ROOT_URL;
tokenFile = /var/lib/forgejo/runner_registration_token;
labels = ["native:host"];
};
};
# gitea-actions-runner = {
# package = pkgs.forgejo-runner;
# instances.default = {
# enable = true;
# name = "monolith";
# url = config.services.forgejo.settings.server.ROOT_URL;
# tokenFile = /var/lib/forgejo/runner_registration_token;
# labels = ["native:host"];
# };
# };
caddy.virtualHosts."git.xenia.me.uk".extraConfig = "reverse_proxy http://localhost:3100";
};
}