1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

forgejo: please work

This commit is contained in:
TheGeneralist 2026-01-24 17:07:42 +01:00
parent 0a8ea8a332
commit 4f50ad500f
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -133,5 +133,12 @@ in
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOkFvw9+AispgqwaYg3ksAZTHJgkCDwFTbWzUh/pVcAS";
};
# Avoid /var/lib/private so the runner can write its state.
systemd.services.gitea-runner-central.serviceConfig = {
DynamicUser = false;
StateDirectory = "gitea-runner/central";
StateDirectoryMode = "0755";
};
networking.firewall.allowedTCPPorts = [ 2222 ];
}