{"id":25891665,"url":"https://github.com/junqiuzhang/open-webui-docker","last_synced_at":"2026-03-09T14:34:05.333Z","repository":{"id":279442590,"uuid":"938823001","full_name":"junqiuzhang/open-webui-docker","owner":"junqiuzhang","description":"A docker config for open-webui","archived":false,"fork":false,"pushed_at":"2026-01-20T05:42:05.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-20T13:43:15.633Z","etag":null,"topics":["certbot","docker","nginx","open-webui","watchtower"],"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/junqiuzhang.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":null,"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":"2025-02-25T15:00:42.000Z","updated_at":"2026-01-20T05:42:09.000Z","dependencies_parsed_at":"2025-02-25T16:23:19.957Z","dependency_job_id":"47d5174a-74a2-4d3a-b147-2e5c4d02c8e9","html_url":"https://github.com/junqiuzhang/open-webui-docker","commit_stats":null,"previous_names":["junqiuzhang/open-webui-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/junqiuzhang/open-webui-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junqiuzhang%2Fopen-webui-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junqiuzhang%2Fopen-webui-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junqiuzhang%2Fopen-webui-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junqiuzhang%2Fopen-webui-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junqiuzhang","download_url":"https://codeload.github.com/junqiuzhang/open-webui-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junqiuzhang%2Fopen-webui-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30299110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T14:33:48.460Z","status":"ssl_error","status_checked_at":"2026-03-09T14:33:48.027Z","response_time":61,"last_error":"SSL_read: 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":["certbot","docker","nginx","open-webui","watchtower"],"created_at":"2025-03-02T20:29:02.703Z","updated_at":"2026-03-09T14:34:05.318Z","avatar_url":"https://github.com/junqiuzhang.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenWebUI + Xray Docker Config\n\n## Description\nThis docker compose file is used to deploy the OpenWebUI application with Xray proxy. It contains the following services:\n- **OpenWebUI**: The main application\n- **Nginx**: Reverse proxy for the OpenWebUI application (port 443)\n- **Xray**: VLESS + REALITY proxy server (port 8443)\n- **Certbot**: SSL certificate management\n- **Watchtower**: Automatic updates for containers\n\n## Usage\n### 1. Create directories\n```bash\nmkdir -p nginx/conf nginx/logs certbot/conf certbot/www xray\n```\n\n### 2. Copy configuration files\n- Copy nginx/default.conf to nginx/conf/default.conf\n- Copy xray/config.json to xray/config.json\n\n### 3. Generate Xray keys (optional, if creating new config)\n```bash\n# Generate X25519 key pair\ndocker run --rm ghcr.io/xtls/xray-core:latest x25519\n\n# Generate UUID\ndocker run --rm ghcr.io/xtls/xray-core:latest uuid\n\n# Generate Short ID\nopenssl rand -hex 8\n```\n\n### 4. Start services\n```bash\ndocker-compose up -d\n```\n\n### 5. Get SSL certificate (first time only)\n```bash\ndocker-compose run --rm certbot\n```\n\n### 6. Open firewall ports\n- 80: HTTP (redirect to HTTPS)\n- 443: HTTPS (OpenWebUI)\n- 8443: Xray REALITY\n\n## Xray Client Configuration\n| Item | Value |\n|------|-------|\n| Address | `\u003cyour_domain\u003e` |\n| Port | `8443` |\n| Protocol | VLESS |\n| UUID | `\u003cyour_uuid\u003e` |\n| Flow | xtls-rprx-vision |\n| Transport | tcp |\n| Security | reality |\n| SNI | www.microsoft.com |\n| Fingerprint | chrome |\n| Public Key | `\u003cyour_public_key\u003e` |\n| Short ID | `\u003cyour_short_id\u003e` |\n\n### VLESS Share Link Format\n```\nvless://\u003cuuid\u003e@\u003cdomain\u003e:8443?encryption=none\u0026flow=xtls-rprx-vision\u0026security=reality\u0026sni=www.microsoft.com\u0026fp=chrome\u0026pbk=\u003cpublic_key\u003e\u0026sid=\u003cshort_id\u003e\u0026type=tcp#\u003cname\u003e\n```\n\n## Useful Commands\n```bash\n# View logs\ndocker logs nginx\ndocker logs xray\ndocker logs open-webui\n\n# Restart services\ndocker-compose restart\n\n# Rebuild and restart\ndocker-compose down\ndocker-compose up -d\n\n# Renew SSL certificate\ndocker-compose run --rm certbot renew\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunqiuzhang%2Fopen-webui-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunqiuzhang%2Fopen-webui-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunqiuzhang%2Fopen-webui-docker/lists"}