feat: gitea runner cache config

This commit is contained in:
2025-10-23 02:30:09 +02:00
parent 399f67ba25
commit eccac4d4a2

View File

@@ -62,6 +62,11 @@ in {
container = { container = {
network = "podman"; network = "podman";
}; };
cache = {
enabled = true;
host = "${config.networkPrefix}.97.5${toString idx}"; # LAN IP of the machine running act_runner
port = 8088; # any free TCP port
};
}; };
}; };