From 8fb2bcbe9a19b257501d350089661b39866b19d8 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 24 May 2024 16:59:04 -0700 Subject: [PATCH] doc --- docs/intro.md | 4 ++++ docs/tutorial-deployment/index.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index 5413762..3b1f09a 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -58,6 +58,10 @@ When using Docker to install Open WebUI, make sure to include the `-v open-webui docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main ``` +#### Disabling Login for Single User + +If you want to disable login for a single-user setup, set `WEBUI_AUTH` to `False`. This will bypass the login page. (Note: you cannot switch between single-user mode and multi-account mode after this change.) + ### Installing Open WebUI with Bundled Ollama Support This installation method uses a single container image that bundles Open WebUI with Ollama, allowing for a streamlined setup via a single command. Choose the appropriate command based on your hardware setup: diff --git a/docs/tutorial-deployment/index.md b/docs/tutorial-deployment/index.md index 594f9d2..ca4f598 100644 --- a/docs/tutorial-deployment/index.md +++ b/docs/tutorial-deployment/index.md @@ -12,7 +12,11 @@ title: "☁️ Deployment" 👋 Calling all youtubers! Want to showcase Open WebUI's features in a video? We'll feature it at the top of our guide section! ::: - + + + + +