Fixed forgejo runner
This commit is contained in:
parent
a767eb01e2
commit
e311c2d10b
4 changed files with 14 additions and 13 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue