System/Nixinator: Disable open-webui (for now using Msty)
This commit is contained in:
@ -121,7 +121,7 @@
|
|||||||
services = {
|
services = {
|
||||||
# TODO: Docling doesn't find tesseract OCR engine... Probably use docker?
|
# TODO: Docling doesn't find tesseract OCR engine... Probably use docker?
|
||||||
docling-serve = {
|
docling-serve = {
|
||||||
enable = true;
|
enable = false;
|
||||||
stateDir = "/var/lib/docling-serve";
|
stateDir = "/var/lib/docling-serve";
|
||||||
|
|
||||||
host = "127.0.0.1";
|
host = "127.0.0.1";
|
||||||
@ -159,8 +159,9 @@
|
|||||||
openFirewall = false;
|
openFirewall = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: WebSearch + RAG issues
|
||||||
open-webui = {
|
open-webui = {
|
||||||
enable = true;
|
enable = false;
|
||||||
stateDir = "/var/lib/open-webui";
|
stateDir = "/var/lib/open-webui";
|
||||||
|
|
||||||
# https://docs.openwebui.com/getting-started/env-configuration
|
# https://docs.openwebui.com/getting-started/env-configuration
|
||||||
|
Reference in New Issue
Block a user