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