From ceeaf7bf9b5403915c205432cf051e0fb24d4d5d Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 22 Oct 2025 11:30:27 -0400 Subject: [PATCH] fix: Fixes files that were not saved prior to initial commit. --- README.md | 5 +++++ example.env | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index e69de29..f12491b 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +# open-webui + +Extensible, feature-rich, self-hosted AI platform. + +- [Docs](https://docs.openwebui.com/) diff --git a/example.env b/example.env index e69de29..843d349 100644 --- a/example.env +++ b/example.env @@ -0,0 +1,3 @@ +DATA_MNT_OLLAMA="/opt/ollama" +DATA_MNT_OPENWEBUI="/opt/open-webui" +OPENWEBUI_PORT="3000"