reenable auth
This commit is contained in:
parent
7a6d7b9ad4
commit
e732fcdcae
1 changed files with 5 additions and 3 deletions
|
|
@ -6,15 +6,17 @@
|
||||||
port = 11434;
|
port = 11434;
|
||||||
user = "ollama";
|
user = "ollama";
|
||||||
home = "/mnt/data/ollama";
|
home = "/mnt/data/ollama";
|
||||||
# loadModels = [ "gemma3n:e4b" "gemma3n:e2b" ];
|
loadModels = [
|
||||||
|
"gemma3n:e4b" # "gemma3n:e2b"
|
||||||
|
# "codellama:7b" "starcoder:3b"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
open-webui = {
|
open-webui = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 8080;
|
port = 8080;
|
||||||
environment = {
|
environment = {
|
||||||
OLLAMA_BASE_URL = "http://localhost:11434";
|
OLLAMA_BASE_URL = "http://localhost:11434";
|
||||||
WEBUI_AUTH = "False";
|
# WEBUI_AUTH = "False";
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue