This commit is contained in:
muon 2025-01-27 20:55:47 +00:00
parent 4e24f37ab8
commit d52d63ea69
3 changed files with 22 additions and 3 deletions

View file

@ -21,6 +21,16 @@ in with lib; {
services.open-webui = {
enable = true;
host = "0.0.0.0";
environment = {
ANONYMIZED_TELEMETRY = "False";
DO_NOT_TRACK = "True";
SCARF_NO_ANALYTICS = "True";
OLLAMA_API_BASE_URL = "http://127.0.0.1:11434";
# Disable authentication
WEBUI_AUTH = "False";
};
inherit port;
};