This commit is contained in:
parent
c744024c0c
commit
29697934da
3 changed files with 26 additions and 4 deletions
|
@ -16,13 +16,24 @@ in
|
||||||
"L+ ${config.services.forgejo.customDir}/public/robots.txt - - - - ${robots.outPath}"
|
"L+ ${config.services.forgejo.customDir}/public/robots.txt - - - - ${robots.outPath}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
services.gitea-actions-runner = {
|
||||||
|
instances."raptus" = {
|
||||||
|
enable = true;
|
||||||
|
name = "raptus";
|
||||||
|
tokenFile = config.age.secrets.forgejo-runner-token.age;
|
||||||
|
url = "https://git.ccnlc.eu";
|
||||||
|
labels = [
|
||||||
|
"debian-latest:docker://node:18-bullseye"
|
||||||
|
"nix:docker://ghcr.io/nydragon/runner:latest"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ sshPort ];
|
networking.firewall.allowedTCPPorts = [ sshPort ];
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
|
||||||
recommendedProxySettings = true;
|
|
||||||
recommendedTlsSettings = true;
|
|
||||||
clientMaxBodySize = "50M";
|
|
||||||
virtualHosts.${domain} = {
|
virtualHosts.${domain} = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://unix:/run/forgejo/forgejo.sock";
|
proxyPass = "http://unix:/run/forgejo/forgejo.sock";
|
||||||
|
|
7
secrets/forgejo-runner-token.age
Normal file
7
secrets/forgejo-runner-token.age
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
age-encryption.org/v1
|
||||||
|
-> ssh-ed25519 b3HlPA dBkOMVkozSkc7hGVGBV8KanAOqT57d/FGTyPQnZGQBM
|
||||||
|
4MGa6vkR/XtD6scjA2giiDINdfFH4Y9Ebn/Pki7bxPM
|
||||||
|
-> ssh-ed25519 WcjW5A HOrY4chLCOJJQmZqn2ax8sBWqFi1MnzwUmT3qY1+Uxk
|
||||||
|
4L36W1eX4rfzH0e6YWtJ4hEl5FoKA9Okd1CYNWP1yXU
|
||||||
|
--- syAd07l1R2c15ZVprT+nEw0IO2o/EAWPG0KieTVQxOE
|
||||||
|
t³ÆNÎh†ùN‰(sfEkS(¤Â)ž_kÐö K/iŽš˜<C5A1>eX/Ìí8„ÒhÚá«S øÁ”¼Œ‡É~‡éjœÒ$Ó
|
|
@ -16,4 +16,8 @@ in
|
||||||
"rustypaste.age".publicKeys = devices ++ [ ny ];
|
"rustypaste.age".publicKeys = devices ++ [ ny ];
|
||||||
"navidrome.age".publicKeys = devices ++ [ ny ];
|
"navidrome.age".publicKeys = devices ++ [ ny ];
|
||||||
"adguard-dns-list.age".publicKeys = devices ++ [ ny ];
|
"adguard-dns-list.age".publicKeys = devices ++ [ ny ];
|
||||||
|
"forgejo-runner-token.age".publicKeys = [
|
||||||
|
raptus
|
||||||
|
ny
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue