blob: 25b444e8cf8436944817fc1e6a36bf76d801a17b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
services = {
open-webui = {
enable = true;
port = 3030;
environment = {
ANONYMIZED_TELEMETRY = "False";
DO_NOT_TRACK = "True";
SCARF_NO_ANALYTICS = "True";
WEBUI_AUTH = "False";
OLLAMA_API_BASE_URL = "http://localhost:11434";
};
};
nginx.virtualHosts = {
"chat.internal" = {
locations."/" = {
proxyPass = "http://127.0.0.1:3030";
proxyWebsockets = true;
};
};
};
};
}
|
; all rights regarding Text and Data Mining (TDM) are reserved.