SumiForum
    • Categories
    • Recent
    • Tags
    • Popular
    • Games
      • MFME
      • Virtual Pinball
    • Register
    • Login

    Open WebUI

    Scheduled Pinned Locked Moved Docker Compose
    1 Posts 1 Posters 32 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • SumisuS Offline
      Sumisu Administrator
      last edited by Sumisu

      Open WebUI


      What is Open WebUI?

      Open WebUI is an extensible, 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 Open WebUI Documentation.

      LISCENSE

      https://github.com/open-webui/open-webui/blob/main/LICENSE


      📦 Docker Compose

      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: {}
      
      1 Reply Last reply Reply Quote 0
      • 1 / 1
      • First post
        Last post
      Forum Stats

      0

      Online

      3

      Users

      30

      Topics

      30

      Posts

      Ad

      © 2024 Sumisu

      • Home
      • Categories
      • Popular