mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
1bf3f137ecd41504a92f696d564564a6bb409fe6
commitaf900c8803Author: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Thu Dec 26 14:56:03 2024 -0500 Update env-configuration.md update for v0.4.8 list of env vars commit622cd3d6cbMerge:ce3429a41f918cAuthor: Timothy Jaeryang Baek <tim@openwebui.com> Date: Wed Dec 25 13:31:27 2024 -0800 Merge pull request #339 from jtslear/main Details model default for ComfyUI commitce3429a907Author: Timothy Jaeryang Baek <tim@openwebui.com> Date: Tue Dec 24 20:37:54 2024 -0700 refac commit7c221579adAuthor: Timothy Jaeryang Baek <tim@openwebui.com> Date: Mon Dec 23 13:06:36 2024 -0700 refac commit41f918c408Author: John T Skarbek <jtslear@users.noreply.github.com> Date: Mon Dec 23 08:45:24 2024 -0500 Details model default for ComfyUI Adds concise detail for the Set Default Model option in the Image configuration pane for ComfyUI commit6b2523cf35Author: Timothy Jaeryang Baek <tim@openwebui.com> Date: Mon Dec 23 01:59:26 2024 -0700 Update roadmap.mdx commit15df6c51c1Author: Timothy Jaeryang Baek <tim@openwebui.com> Date: Sun Dec 22 16:58:14 2024 -0700 refac commitdbe6a7261dMerge:13aec58142e75bAuthor: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Sat Dec 21 20:43:20 2024 -0500 Merge pull request #337 from silentoplayz/main Updated DockerUpdating.md page commit13aec580d3Author: Timothy Jaeryang Baek <tim@openwebui.com> Date: Sat Dec 21 18:21:30 2024 -0700 Update roadmap.mdx commitb286d6cb42Merge:6d8b6d90bdca8cAuthor: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Sat Dec 21 12:53:14 2024 -0500 Merge pull request #336 from silentoplayz/main New Apache Tika & Artifacts Docs Pages commit6d8b6d97caMerge:a2bc93d1c83f95Author: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Sat Dec 21 10:45:40 2024 -0500 Merge pull request #335 from silentoplayz/main New "Redis Websockets" Docs Page commita2bc93d074Merge:283df1a62c4ca3Author: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Fri Dec 20 17:49:40 2024 -0500 Merge pull request #330 from xiaowuap/patch-1 Add BingAPI in web_search.md commit62c4ca375fAuthor: Enzo Wu <xiaowuap@outlook.com> Date: Sat Dec 21 01:09:45 2024 +0800 Add BingAPI in web_search.md First time to contribute~
Website
This website is built using Docusaurus, a modern static website generator.
Installation
npm ci
Local Development
npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
npm run build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
Using SSH:
USE_SSH=true npm run deploy
Not using SSH:
GIT_USER=<Your GitHub username> npm run deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.
Description
Languages
TypeScript
37%
Python
34.4%
CSS
27.4%
JavaScript
1.2%