mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #7087] HOWTO for VPS #53268
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @team-boo on GitHub (Nov 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7087
i want to install on VPS with respective ssl certificate without Docker.
https://mydomain.com
There is no HOWTO anywhere.
Even without VPS i have errors like
"2:33:58 PM [vite-plugin-svelte] /home/mydomain/public_html/open-webui/src/lib/components/common/Folder.svelte:13:12 Folder has unused export property 'id'. If it is for external reference only, please consider using
export const id2:33:59 PM [vite-plugin-svelte] /home/mydomain/public_html/open-webui/src/lib/components/chat/Settings/Chats.svelte:17:11 Chats has unused export property 'saveSettings'. If it is for external reference only, please consider using
export const saveSettings2:33:59 PM [vite-plugin-svelte] /home/mydomain/public_html/open-webui/src/lib/components/layout/Help/HelpMenu.svelte:10:11 HelpMenu has unused export property 'showDocsHandler'. If it is for external reference only, please consider using
export const showDocsHandler2:34:00 PM [vite-plugin-svelte] /home/mydomain/public_html/open-webui/src/lib/components/chat/Settings/General.svelte:9:11 General has unused export property 'getModels'. If it is for external reference only, please consider using
export const getModels2:34:00 PM [vite-plugin-svelte] /home/mydomain/public_html/open-webui/src/lib/components/layout/Navbar.svelte:29:11 Navbar has unused export property 'title'. If it is for external reference only, please consider using
export const title2:34:02 PM [vite-plugin-svelte] /home/mydomain/public_html/open-webui/src/lib/components/chat/Controls/Controls.svelte:10:11 Controls has unused export property 'models'. If it is for external reference only, please consider using
export const models2:34:03 PM [vite-plugin-svelte] /home/mydomain/public_html/open-webui/src/lib/components/layout/Navbar/Menu.svelte:24:11 Menu has unused export property 'shareEnabled'. If it is for external reference only, please consider using
export const shareEnabled2:34:03 PM [vite-plugin-svelte] /home/mydomain/public_html/open-webui/src/lib/components/layout/Navbar/Menu.svelte:26:11 Menu has unused export property 'downloadHandler'. If it is for external reference only, please consider using
export const downloadHandler2:34:03 PM [vite-plugin-svelte] /home/mydomain/public_html/open-webui/src/lib/components/chat/MessageInput/CallOverlay.svelte:664:5 A11y:
Thank you.