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

71 Topics 666 Posts
  • OpenWebUI - Package Updates

    Pinned
    184
    1 Votes
    184 Posts
    63k Views
    Package UpdatesP
    [3.0.4] Update open-webui to 0.6.41 Full Changelog Sign-in rate limiting was implemented to protect against brute force attacks, limiting login attempts to 15 per 3-minute window per email address using Redis with automatic fallback to in-memory storage when Redis is unavailable. Commit Administrators can now globally disable the folders feature and control user-level folder permissions through the admin panel, enabling minimalist interface configurations for deployments that don't require workspace organization features. #19529, #19210, #18459, #18299 Group channels were introduced as a new channel type enabling membership-based collaboration spaces where users explicitly join as members rather than accessing through permissions, with support for public or private visibility, automatic member inclusion from specified user groups, member role tracking with invitation metadata, and post-creation member management allowing channel managers to add or remove members through the channel info modal. Commit, Commit Direct Message channels were introduced with a dedicated channel type selector and multi-user member selection interface, enabling private conversations between specific users without requiring full channel visibility. Commit Direct Message channels now support a complete user-to-user messaging system with member-based access control, automatic deduplication for one-on-one conversations, optional channel naming, and distinct visual presentation using participant avatars instead of channel icons. Commit Users can now hide Direct Message channels from their sidebar while preserving message history, with automatic reactivation when new messages arrive from other participants, providing a cleaner interface for managing active conversations. Commit A comprehensive user selection component was added to the channel creation modal, featuring search functionality, sortable user lists, pagination support, and multi-select checkboxes for building Direct Message participant lists. Commit Channel unread message count tracking was implemented with visual badge indicators in the sidebar, automatically updating counts in real-time and marking messages as read when users view channels, with join/leave functionality to manage membership status. Commit Message pinning functionality was added to channels, allowing users to pin important messages for easy reference with visual highlighting, a dedicated pinned messages modal accessible from the navbar, and complete backend support for tracking pinned status, pin timestamp, and the user who pinned each message. Commit, Commit Direct Message channels now display an active status indicator for one-on-one conversations, showing a green dot when the other participant is currently online or a gray dot when offline. Commit, Commit
  • Issues with 60 seconds timeout (unsure if related to Ollama or OpenwebUI)

    Solved ollama timeout
    6
    0 Votes
    6 Posts
    70 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
    138 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
    840 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
    485 Views
    J
    Looks like this was released on Sep 23
  • Anyone successfully installed a fileserver MCP?

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

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

    10
    2 Votes
    10 Posts
    879 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
    2k 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
    806 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
    1k 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
    5k 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
    5k Views
    firmansiF
    @canadaduane Glad I can help
  • How to Extend ProxyTimeout in Cloudron ?

    timeout
    4
    1 Votes
    4 Posts
    753 Views
    JOduMonTJ
    thanks for your return; as you expected; yes the issue is located somewhere else than Cloudron or Open-WebUI it's at a proxy level; which in my case CloudFlare
  • Bundle with Pipelines?

    9
    1 Votes
    9 Posts
    2k Views
    firmansiF
    @JOduMonT is the reranker using ollama or with Jina api?
  • Enable Gemini 2.5 Pro Function Install on Cloudron (needs google-genai)

    3
    2 Votes
    3 Posts
    882 Views
    G
    @BrutalBirdie Hey, thanks for the recovery mode tip for weekend tinkering! I gave it a shot: cloned the app, used recovery mode, and manually ran pip install google-genai in the terminal. That worked, and the Gemini function requiring it did become active in Open WebUI. Unfortunately, it turns out Google removed the "thoughts" feature via the API recently (see discussion here: https://github.com/googleapis/python-genai/issues/226), so that specific goal is moot now, it seems. However, this experiment confirms the underlying need. It would still be very valuable if Open WebUI's own mechanism for installing function dependencies (defined in frontmatter) could work correctly on Cloudron by targeting /app/data. This would allow other current or future functions needing packages (beyond just this specific Gemini one) to be installed seamlessly as intended by Open WebUI, without needing manual recovery mode workarounds. So, the original request to fix that installer path for the Frontmatter mechanism remains relevant for general function extensibility. Thanks again for the suggestion!
  • Tika Server

    4
    4 Votes
    4 Posts
    1k Views
    N
    It would be awesome if openwebui could use the Cloudron Tika server.