feat(sgx): add opencode web server

This commit is contained in:
Harald Hoyer 2026-05-03 14:49:44 +02:00
parent f74928ce5f
commit 0989b8ae46
4 changed files with 60 additions and 0 deletions

View file

@ -41,5 +41,17 @@
proxyWebsockets = true;
};
};
"opencode.sgx.hoyer.world" = {
enableACME = false;
useACMEHost = "internal.hoyer.world";
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:4196";
proxyWebsockets = true;
extraConfig = ''
proxy_buffering off;
'';
};
};
};
}