<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Open WebUI]]></title><description><![CDATA[<p dir="auto"><img src="https://docs.openwebui.com/img/logo.png" alt="Open WebUI" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://github.com/open-webui/open-webui" target="_blank" rel="noopener noreferrer nofollow ugc">Open WebUI</a>?</h3>
<p dir="auto">Open WebUI is an <a href="https://github.com/open-webui/pipelines" target="_blank" rel="noopener noreferrer nofollow ugc">extensible</a>, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs. For more information, be sure to check out our <a href="https://docs.openwebui.com/" target="_blank" rel="noopener noreferrer nofollow ugc">Open WebUI Documentation</a>.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/open-webui/open-webui/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/open-webui/open-webui/blob/main/LICENSE</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>services:
  open-webui:
    image: ghcr.io/open-webui/open-webui:${WEBUI_DOCKER_TAG-main}
    container_name: open-webui
    volumes:
      - open-webui:/app/backend/data
    ports:
      - ${OPEN_WEBUI_PORT-3005}:8080
    environment:
      - 'OLLAMA_BASE_URL=http://192.168.1.2:11434' #Ollama URL
      #- 'WEBUI_SECRET_KEY='
    extra_hosts:
      - host.docker.internal:host-gateway
    restart: unless-stopped

volumes:
  open-webui: {}
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/42/open-webui</link><generator>RSS for Node</generator><lastBuildDate>Sat, 30 May 2026 23:17:01 GMT</lastBuildDate><atom:link href="https://forum.sumisu.xyz/topic/42.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Dec 2024 01:10:01 GMT</pubDate><ttl>60</ttl></channel></rss>