mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-01-09 01:53:46 +01:00
update ollama webui
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user