Update links for env-configuration and update guide references

This commit is contained in:
Matthew Hand 2024-11-05 22:25:40 +00:00
parent ae555ad60e
commit 369fbb03f0
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
This installation method requires knowledge on Docker Swarms, as it utilizes a stack file to deploy 3 seperate containers as services in a Docker Swarm.
It includes isolated containers of ChromaDB, Ollama, and OpenWebUI.
Additionally, there are pre-filled [Environment Variables](/getting-started/env-configuration) to further illustrate the setup.
Additionally, there are pre-filled [Environment Variables](../advanced-topics/env-configuration) to further illustrate the setup.
Choose the appropriate command based on your hardware setup:

View File

@ -43,7 +43,7 @@ import { SponsorList } from "@site/src/components/SponsorList";
#### Disabling Login for Single User
If you want to disable login for a single-user setup, set [`WEBUI_AUTH`](/getting-started/env-configuration) to `False`. This will bypass the login page.
If you want to disable login for a single-user setup, set [`WEBUI_AUTH`](./getting-started/advanced-topics/env-configuration) to `False`. This will bypass the login page.
:::warning
You cannot switch between single-user mode and multi-account mode after this change.
@ -161,7 +161,7 @@ If you're facing various issues like "Open WebUI: Server Connection Error", see
## Updating
Check out our full [updating guide](/getting-started/updating).
Check out how to update Docker in the [Quick Start guide](./getting-started/quick-start).
In case you want to update your local Docker installation to the latest version, you can do it with [Watchtower](https://containrrr.dev/watchtower/):