update ollama webui

This commit is contained in:
2025-01-22 12:25:26 +01:00
parent f7f492adcc
commit 8ca7bb1890

View File

@@ -6,7 +6,11 @@
];
services.tika.enable=true;
services.tika.openFirewall=true;
services.tika.listenAddress = "localhost";
services.open-webui = {
enable = true;
@@ -15,5 +19,12 @@
host = "0.0.0.0";
openFirewall = true;
enviroment = {
ANONYMIZED_TELEMETRY = "False";
DO_NOT_TRACK = "True";
SCARF_NO_ANALYTICS = "True";
PDF_EXTRACT_IMAGES = "False";
};
};
}