OpenWeb UI Custom

This revision is from 2024/10/02 23:49. You can Restore it.

git clone https://github.com/open-webui/openwebui.git

cd openwebui

Build the custom open webui

docker build -t openwebui:latest .

Run the customer open webui

docker run -d --name openwebui -p 3000:8080 openwebui:latest

Rebuild the image with the same tag:

docker build -t openwebui:latest .

Stop and remove the existing container:

docker stop openwebui

docker rm openwebui

Run the new container:

docker run -d --name openwebui -p 3000:8080 openwebui:latest

Changes

/open-webui/src/lib/components/chat/Messages/Placeholder.svelte

/open-webui/src/lib/components/layout/Help/HelpMenu.svelte

/open-webui/src/lib/components/layout/Sidebar/UserMenu.svelte

/open-webui/src/lib/i18n/locales/en-US/translation.json

/open-webui/src/lib/i18n/locales/en-GB/translation.json

/open-webui/static

/open-webui/static/static/

/open-webui/src/app.html

  

📝 📜 ⏱️ ⬆️