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


Skip to content
  • Accessing the OpenWebUI API

    OpenWebUI api openwebui
    12
    1 Votes
    12 Posts
    1k Views
    JOduMonTJ
    @nebulon understood; it's just in my testing environment (home) I'm use to connect my container via container_name:port without exposing the port. such as OpenWebUI connect to my Searxng because --- services: open-webui: searxng: container_name: searxng Now I understand this is not viable into a multi-domains, multi-services environment Do you think something similar is possible and viable ?
  • Nice "smol" language model for OpenWebUI

    OpenWebUI ai llm smol openwebui
    1
    1 Votes
    1 Posts
    98 Views
    No one has replied
  • 1 Votes
    10 Posts
    4k Views
    E
    @Divemasterza figured out how to get this to work without making searx public (from https://forum.cloudron.io/topic/10618/how-to-connect-from-one-app-to-another-via-the-internal-network/6) you can have cloudron oauth enabled but bypass it by calling its local hostname instead of public URL from openwebui. Tweaking @coniunctio 's query: http://<searx app id>:<searx port>/search?q=<query>&language=auto&time_range=&safesearch=0&categories=social+media,map,it,general,science,news&format=json example: http://12345678-1234-1234-1234-abcdefabcdef:8888/search?q=<query>&language=auto&time_range=&safesearch=0&categories=social+media,map,it,general,science,news&format=json find app id from cloudron dashboard, port from searxng filemanager->settings.yml under 'port:'
  • 0 Votes
    2 Posts
    547 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