gitlab-runner: update

This commit is contained in:
Luj 2023-11-21 11:16:03 +01:00
parent be84903ec0
commit 76f9723f6a
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 9 additions and 2 deletions

View file

@ -109,11 +109,19 @@
services.nginx.virtualHosts."phd.julienmalka.me" = {
basicAuthFile = "/home/gitlab-runner/nginx_auth";
enableACME = true;
forceSSL = true;
extraConfig = ''
autoindex on;
autoindex_localtime on;
'';
root = "/home/gitlab-runner/artifacts";
};
systemd.services.nginx.serviceConfig.ProtectHome = "read-only";
systemd.services.nginx.serviceConfig.ReadWritePaths = [ "/home/gitlab-runner/artifacts" ];
services.grafana.enable = true;
services.grafana.settings.server.http_port = 3000;