{"id":19327579,"url":"https://github.com/duyluann/open-webui","last_synced_at":"2026-03-19T09:18:00.230Z","repository":{"id":253347266,"uuid":"843230589","full_name":"duyluann/open-webui","owner":"duyluann","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-18T16:23:14.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T19:54:47.394Z","etag":null,"topics":["genai","llm","open-webui"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duyluann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-16T04:04:21.000Z","updated_at":"2026-02-18T16:24:16.000Z","dependencies_parsed_at":"2024-09-05T21:51:23.378Z","dependency_job_id":"09142dcc-bf13-402a-bd05-69c5c8c33471","html_url":"https://github.com/duyluann/open-webui","commit_stats":null,"previous_names":["duyl97/open-webui","duyluan97/open-webui","duyluann/open-webui"],"tags_count":0,"template":false,"template_full_name":"duyluann/github-repo-template","purl":"pkg:github/duyluann/open-webui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyluann%2Fopen-webui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyluann%2Fopen-webui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyluann%2Fopen-webui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyluann%2Fopen-webui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duyluann","download_url":"https://codeload.github.com/duyluann/open-webui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyluann%2Fopen-webui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29977966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["genai","llm","open-webui"],"created_at":"2024-11-10T02:17:39.430Z","updated_at":"2026-03-01T18:02:05.016Z","avatar_url":"https://github.com/duyluann.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open WebUI Setup\n[Open WebUI](https://docs.openwebui.com/) 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.\n\nThis repository provides a simple setup for running the Open WebUI using Docker Compose.\n\n## Prerequisites\n\nBefore you start, ensure that you have the following installed on your machine:\n\n- Docker\n- Docker Compose\n\n## Getting Started\n\n1. Clone the Repository\n```bash\ngit clone https://github.com/duyl97/open-webui.git\ncd open-webui\n```\n\n2. Copy Environment File\nBefore starting the services, you need to create a .env file by copying the provided .env.example file:\n\n```bash\ncp .env.example .env\n```\n\nMake sure to update the .env file with any necessary environment-specific configurations.\n\n3. Run Docker Compose\nTo start the Open WebUI, run:\n\n```bash\ndocker-compose up -d\n```\n\nThis command will build and start all the services defined in the docker-compose.yml file.\n\n4. Access the WebUI\nOnce the services are up and running, open your browser and navigate to:\n\n```bash\nhttp://localhost:3000\n```\n\n## Configuration\n\nIf you need to customize the setup (e.g., environment variables, port numbers), modify the .env file or the `docker-compose.yml` file.\n\n## Creating a Pipe function to connect with Azure OpenAI models\n\nUse the shared function [Azure OpenAI](https://openwebui.com/f/nomppy/azure).\n\n## Integrate with LiteLLM Proxy\n\nThe alternative of the function is [LiteLLM Proxy](https://github.com/BerriAI/litellm), which allows to call all LLM APIs using the OpenAI format (Bedrock, Huggingface, VertexAI, TogetherAI, Azure, OpenAI, Groq etc.).\n\n## Stopping the Services\n\nTo stop the running services, use:\n\n```bash\ndocker-compose down -v\n```\n\nThis will stop and remove the containers.\n\n## Troubleshooting\n\nIf you encounter any issues, ensure that Docker and Docker Compose are installed correctly and running. For further issues, please check the logs:\n\n```bash\ndocker-compose logs\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyluann%2Fopen-webui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduyluann%2Fopen-webui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyluann%2Fopen-webui/lists"}