Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

OpenWebUI

75 Topics 693 Posts
  • OpenWebUI - Package Updates

    Pinned
    192
    1 Votes
    192 Posts
    80k Views
    Package UpdatesP
    [3.2.3] Update open-webui to 0.8.3 Full Changelog Model edit shortcut. Users can now edit models directly from the model selector dropdown menu, making it faster to modify model settings without navigating to separate admin or workspace pages. Commit Image edit API background support. The image edit API now supports the background parameter for OpenAI's gpt-image-1 model, enabling background transparency control ("transparent", "opaque", "auto") when the feature is exposed in the UI. #​21459 Faster model filtering. Model access control filtering no longer makes a redundant database query to re-fetch model info that is already available in memory, reducing latency when loading model lists for non-admin users. Commit Tool call display improvements. Tool call results now display arguments in a cleaner key-value format instead of raw JSON, with a responsive layout that shows only the tool name on narrow screens and the full label on wider screens, preventing text wrapping to multiple lines. Commit General improvements. Various improvements were implemented across the application to enhance performance, stability, and security. Translations for Portuguese (Brazil), Simplified Chinese, and Traditional Chinese were enhanced and expanded. USER_EMAIL variable fix. The {{USER_EMAIL}} template variable now correctly returns the user's email address instead of "Unknown" in prompts. #​21479, #​21465 Image and file attachment handling fixes. Uploaded images are now correctly sent to vision-enabled models, and file attachments now work even when no user text is entered alongside a system prompt. This fixes two issues where the backend was not properly processing file attachments: images weren't converted to the expected format for API requests, and file context was dropped when the user sent only a file without accompanying text. Commit, #​21477, #​21457 Missing function error handling. Models that reference deleted functions no longer cause the entire /api/models endpoint to crash; instead, the missing functions are skipped and logged, allowing the rest of the models to load successfully. #​21476, #​21464 Startup model pre-fetch error handling. If model pre-fetching fails during app startup, the application now logs a warning and continues instead of crashing entirely. Commit
  • 0 Votes
    7 Posts
    15 Views
    nebulonN
    The new package is out
  • Conduit - OpenWebUi Client for mobile devices

    1
    1 Votes
    1 Posts
    51 Views
    No one has replied
  • Problem updating to 3.0.5

    8
    0 Votes
    8 Posts
    431 Views
    S
    Newest package that ships Open WebUI 0.7.2 resolved this
  • "Ollama: Network Problem" Error in OpenWebUI

    3
    1 Votes
    3 Posts
    360 Views
    timconsidineT
    @omnichannel I’m using openwebui and ollama apps installed in the same Cloudron instance. In openwebui Admin settings, under Connections, I am using similar to what you have. Server connection is verified.
  • Issues with 60 seconds timeout (unsure if related to Ollama or OpenwebUI)

    Solved ollama timeout
    6
    0 Votes
    6 Posts
    716 Views
    nebulonN
    the new package now disables the max body check for the nginx within the app. I couldn't quite reproduce the issue in my setup, not sure how you ended up with such big queries, but hopefully it fixes your case.
  • how to configure Ollama in OpenWebUI

    8
    1
    1 Votes
    8 Posts
    530 Views
    jamesJ
    Hello @harryz There is your problem. The model requires 8.7 GB and your system only has 7.9 GB of free memory left.
  • Install Additional Python Module for OpenWebUI

    7
    1 Votes
    7 Posts
    2k Views
    N
    Installation of additional packages would be great! Would a quick fix be to make the directory "/app/code/venv/lib/python3.12/site-packages/" writable in the cloudron app (eg. symlink to a /app/data/site-packages directory)?
  • Update OpenWebUI without Ollama

    8
    1 Votes
    8 Posts
    1k Views
    firmansiF
    @girish ya, i think this is a good approach because in real use case, I think most people prefer to run inference models not in the same machine with openWebUI instance. OpenWebUI is good enough bundled with chromadb , sql lite or postgressql database and redis as one package and the inference models (including ollama) running in different servers.
  • Openwebui V0.6.30

    3
    1 Votes
    3 Posts
    643 Views
    J
    Looks like this was released on Sep 23
  • Anyone successfully installed a fileserver MCP?

    mcp mcp proxy
    8
    2 Votes
    8 Posts
    1k Views
    D
    @micmc all credit to the author of the repository
  • Activating OIDC on older install.

    Solved
    4
    1
    0 Votes
    4 Posts
    618 Views
    D
    Thanks everyone for your assistance
  • Integrated Redis

    10
    2 Votes
    10 Posts
    1k Views
    jamesJ
    Hello @firmansi Thanks for the feedback. I was only able to confirm it was working with a debug startup. So it is very good to read from you that it is in fact working.
  • 0 Votes
    8 Posts
    1k Views
    jfrereJ
    It depend on the PDF itself I guess. I've uploaded one, and got a new error message. [image: 1753521763160-c7c88ba2-416b-499e-825b-64ffcb747c7c-image.png]
  • This topic is deleted!

    Moved
    0
    0 Votes
    0 Posts
    24 Views
    No one has replied
  • MCP Proxy Server

    11
    0 Votes
    11 Posts
    3k Views
    firmansiF
    @Divemasterza hopefully cloduron team can make this is standalone app
  • Issues with Cloudron Login Integration for Open WebUI

    11
    1
    0 Votes
    11 Posts
    1k Views
    jamesJ
    @apesorguk said in Issues with Cloudron Login Integration for Open WebUI: Since removing the URL set in .WEBUI.IRL in the UI, my users can now log in to Open WebUI with cloudron login. Great to read it is working now.
  • 0 Votes
    9 Posts
    2k Views
    nebulonN
    Yes, you could also clone the app to test the update.
  • Ollama: permissions issue when using volume storage

    16
    1 Votes
    16 Posts
    7k Views
    A
    I'm struggling with the same issue, using an EXT4 disk as volume (additional disk passed to cloudron via proxmox). Any hints on how the directory for the volume needs to be configured (permissions/ownership)?
  • OIDC Error with Openwebui Latest Update 0.6.11

    Moved
    31
    1
    2 Votes
    31 Posts
    6k Views
    firmansiF
    @canadaduane Glad I can help