From a5aca58ad0b186473826818ee2955230ee9a9aaf Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 29 Oct 2025 12:57:50 +0300 Subject: [PATCH] 123 --- modules/server/open-webui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server/open-webui.nix b/modules/server/open-webui.nix index d1c4e03..056633b 100644 --- a/modules/server/open-webui.nix +++ b/modules/server/open-webui.nix @@ -26,7 +26,7 @@ OPENAI_API_BASE_URL = "http://192.168.1.100:1234/v1"; #OLLAMA_API_BASE_URL = "http://127.0.0.1:1234"; WEBUI_AUTH = "True"; - ENABLE_SIGNUP = "True"; + ENABLE_SIGNUP = "False"; ENABLE_SIGNUP_PASSWORD_CONFIRMATION = "True"; ENABLE_VERSION_UPDATE_CHECK = "False"; };