freun.dev: add gitea

This commit is contained in:
Joakim Repomaa
2026-02-20 15:31:57 +02:00
parent 7f7b1ffe08
commit 2351971fd4
7 changed files with 106 additions and 0 deletions

View File

@@ -439,6 +439,26 @@ in
};
};
gitea = {
enable = true;
subdomain = "git";
secrets = secrets.gitea.path;
};
gitea-actions-runner.instances = {
default = {
enable = true;
name = config.networking.domain;
labels = [
"linux_arm64"
"ubuntu-latest:docker://node:16-bullseye"
];
tokenFile = secrets.gitea-actions-runner.path;
url = "https://${config.services.gitea.subdomain}.${config.networking.domain}";
settings.container.network = "bridge";
};
};
webserver = {
acme.dnsChallenge = true;
tailscaleAuth.expectedTailnet = "tempel-vibes.ts.net";