Fixed forgejo runner

This commit is contained in:
Aleksandr Lebedev 2025-10-20 20:49:21 +02:00
parent a767eb01e2
commit e311c2d10b
4 changed files with 14 additions and 13 deletions

View file

@ -81,9 +81,10 @@ in {
#"ubuntu-latest:docker://node:16-bullseye"
"debian-latest:docker://node:24.8.0-trixie"
"alpine-latest:docker://node:alpine"
"nixos-latest:docker://nixos/nix"
## optionally provide native execution on the host:
"native:host"
"nixos:host"
#"native:host"
#"nixos:host"
];
};
};

View file

@ -144,7 +144,7 @@ in {
locations."/" = {
proxyPass = "http://${config.services.open-webui.host}:${builtins.toString config.services.open-webui.port}";
proxyWebsockets = true;
extraConfig = "proxy_buffering off;";
#extraConfig = "proxy_buffering off;";
};
};
"smart-home.kylekrein.com" = {