Configure openwebui
This commit is contained in:
@@ -70,4 +70,16 @@ in
|
|||||||
hostName = "dia";
|
hostName = "dia";
|
||||||
domain = "home.arpa";
|
domain = "home.arpa";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.open-webui = {
|
||||||
|
enable = true;
|
||||||
|
host = "0.0.0.0";
|
||||||
|
port = 8081;
|
||||||
|
openFirewall = true;
|
||||||
|
environment = {
|
||||||
|
OLLAMA_BASE_URL = "http://10.26.140.44:11434";
|
||||||
|
WEBUI_AUTH = "False";
|
||||||
|
# OFFLINE_MODE = "True";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user