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

34 Topics 259 Posts
  • 0 Votes
    2 Posts
    119 Views
    girishG

    Dup of https://forum.cloudron.io/topic/11988/openwebui-permissions-issue-after-last-2-2-5-update-cannot-create-directory-media-ollama-vol

  • When I try to upload documents: Permission denied: '/root/nltk_data'

    3
    1 Votes
    3 Posts
    171 Views
    girishG

    @JOduMonT yeah, I think you are on the old package. Please start another instance. In the latest package, we have fixed the NLTK download directory.

  • Since new update i can't log in anymore

    5
    0 Votes
    5 Posts
    253 Views
    D

    @girish There is no problem. We lost all the content of our conversations on OpenWebUI, but we prefer that it happens now rather than in six months and after six months of use. More stability, we will always be for it and it is better that it is done at the beginning as now.

  • Seems to be some version issues with Ollama and OI

    2
    0 Votes
    2 Posts
    126 Views
    CptPlasticC

    This is what was updated in Cloudron

    image.png

  • PostgreSQL support

    4
    2 Votes
    4 Posts
    293 Views
    girishG

    @Lanhild thanks, will check it out. Apps using sqlite cannot be considered stable until we figure a proper backup strategy. Cloudron's backup strategy is to copy files and this doesn't work well with databases in the data directory. The data can be inconsistent.

    Also, given no automatic migration from sqlite to postgres, we might have to publish a completely new package

  • ldap integration with ollama open webui

    Moved
    2
    0 Votes
    2 Posts
    290 Views
    girishG

    What is the context for this question? Why is this a separate post?

  • The advanced settings are reset every time

    Solved
    16
    2 Votes
    16 Posts
    1k Views
    D

    @coniunctio Yes it has been resolved. Now it is working fine.

  • Should ollama be part of this app package?

    19
    7 Votes
    19 Posts
    2k Views
    JOduMonTJ

    personally I disabled the ollama local, because my Cloudron doesnt have GPU and on CPU it is too painfull.
    in exchange; I activated a bunch of Providers API compatible with OpenAI
    but at the end I realized that I just need OpenRouter to access all of them.
    image.png

    with OpenRouter, you could even block providers that logs your queries;
    which I will Feature Request for Open-WebUI
    image.png

  • Access Ollama Base URL from n8n

    Solved
    6
    2 Votes
    6 Posts
    5k Views
    W

    @girish Perfect thank you! This actually made it work for me!

    Steps:
    Generate an API key in your OpenWebUI.

    Add the header Authorization: Bearer {{api_key}} to a post request to {{OpenWebUI_URL}}/ollama/api/generate and a body of

    { "model": "llama2", "prompt": "Why is the sky blue?" }

    From there I get the response via the api.

    To use it with n8n I can just use the regular request node.

    The URL

    {{OpenWebUI_URL}}/ollama/

    gets forwarded to the internal Ollama endpoint. So if you want to access other aspects of the Ollama api you can just use their documentation at https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-completion.

    In the docs replace "localhost:11434/api/" with "{{OpenWebUI_URL}}/ollama/api/"

  • The models load in the void

    6
    1 Votes
    6 Posts
    460 Views
    girishG

    Just saw this post - LLaMA Now Goes Faster on CPUs

  • Can't open web UI

    Solved
    3
    1 Votes
    3 Posts
    343 Views
    Dennis4720 0D

    Correct, problem was solved shortly after posting this.

  • let's collect some metrics

    17
    4 Votes
    17 Posts
    1k Views
    L

    One thing I would like to have as an option is a bell sound when the generation has completed. It helps me be productive elsewhere instead of waiting.

    Oh, I would suggest overriding the initial memory allocation and ramping it up to as much RAM as you can spare.

  • Changing the admin password doesn't work

    Solved
    2
    0 Votes
    2 Posts
    97 Views
    jdaviescoatesJ

    Doh!

    It does work, I just hadn't scrolled down to see the all important Update password button!

    image.png

  • Various configuration issues

    3
    0 Votes
    3 Posts
    316 Views
    girishG

    @LoudLemur said in Various configuration issues:

    Cloudron's instructions say to change the password and email. You can change the password OK, but I don't think there is a field to change the email address.

    I can confirm this. There is actually no way to change the email. Can you report/ask this upstream and link it here? Thanks.