feat: Added gitea runner
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m33s

This commit is contained in:
2026-02-12 16:21:36 +05:30
parent a1369cbb41
commit aa7c26516c
2 changed files with 19 additions and 19 deletions

View File

@@ -79,22 +79,22 @@
};
};
};
# gitea-actions-runner = {
# instances = {
# tako = {
# enable = true;
# name = "tako";
# url = "https://git.darksailor.dev";
# labels = [
# "ubuntu-latest:docker://catthehacker/ubuntu:full-latest"
# "ubuntu-22.04:docker://catthehacker/ubuntu:full-22.04"
# "ubuntu-20.04:docker://catthehacker/ubuntu:full-20.04"
# "native:host"
# ];
# tokenFile = "${config.sops.templates."GITEA_REGISTRATION_TOKEN.env".path}";
# };
# };
# };
gitea-actions-runner = {
instances = {
tako = {
enable = true;
name = "tako";
url = "https://git.darksailor.dev";
labels = [
"ubuntu-latest:docker://catthehacker/ubuntu:full-latest"
"ubuntu-22.04:docker://catthehacker/ubuntu:full-22.04"
"ubuntu-20.04:docker://catthehacker/ubuntu:full-20.04"
"native:host"
];
tokenFile = "${config.sops.templates."GITEA_REGISTRATION_TOKEN.env".path}";
};
};
};
caddy = {
virtualHosts."git.darksailor.dev".extraConfig = ''
reverse_proxy localhost:3000