Original PR: https://github.com/open-webui/open-webui/pull/10355 Author: @CenaAshoori Created: 2/19/2025 Status: ❌ Closed
Base: main ← Head: ca/change-const
main
ca/change-const
300ae39
2d2d528
52822f3
470abb5
dd22102
d617c0a
c942451
4638660
f2fad35
e09c305
38 files changed (+603 additions, -89 deletions)
➕ .github/workflows/custom-docker.yaml (+41 -0) 📝 .github/workflows/docker-build.yaml (+1 -1) 📝 .gitignore (+2 -0) 📝 backend/open_webui/main.py (+3 -3) 📝 backend/open_webui/models/auths.py (+4 -0) 📝 backend/open_webui/retrieval/utils.py (+1 -1) 📝 backend/open_webui/routers/audio.py (+4 -6) 📝 backend/open_webui/routers/auths.py (+137 -34) 📝 backend/open_webui/routers/images.py (+1 -3) 📝 backend/open_webui/routers/ollama.py (+1 -1) 📝 backend/open_webui/routers/openai.py (+12 -15) 📝 backend/open_webui/routers/pipelines.py (+1 -1) 📝 backend/open_webui/static/favicon.png (+0 -0) 📝 backend/open_webui/static/logo.png (+0 -0) 📝 backend/open_webui/static/splash.png (+0 -0) ➕ backend/open_webui/utils/get_apikey_by_email.py (+20 -0) 📝 backend/open_webui/utils/models.py (+5 -5) 📝 backend/open_webui/utils/oauth.py (+9 -1) ➕ backend/requirements_no_ollama.txt (+108 -0) ➕ docker-compose-only-open-webui.yaml (+27 -0)
.github/workflows/custom-docker.yaml
.github/workflows/docker-build.yaml
.gitignore
backend/open_webui/main.py
backend/open_webui/models/auths.py
backend/open_webui/retrieval/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/images.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/openai.py
backend/open_webui/routers/pipelines.py
backend/open_webui/static/favicon.png
backend/open_webui/static/logo.png
backend/open_webui/static/splash.png
backend/open_webui/utils/get_apikey_by_email.py
backend/open_webui/utils/models.py
backend/open_webui/utils/oauth.py
backend/requirements_no_ollama.txt
docker-compose-only-open-webui.yaml
...and 18 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/10355
Author: @CenaAshoori
Created: 2/19/2025
Status: ❌ Closed
Base:
main← Head:ca/change-const📝 Commits (10+)
300ae39Update - manifest & images2d2d528Ca/use-own-apikeys (#3)52822f3fix get_all_models (#4)470abb5new file addeddd22102add runui.sh filed617c0achange github action ci/cd for docker imagec942451Merge pull request #5 from AiBrary-dev/ca/add-docker-for-render4638660Merge branch 'main' into releasef2fad35change docker workflowe09c305Merge pull request #7 from AiBrary-dev/ca/add-docker-for-render📊 Changes
38 files changed (+603 additions, -89 deletions)
View changed files
➕
.github/workflows/custom-docker.yaml(+41 -0)📝
.github/workflows/docker-build.yaml(+1 -1)📝
.gitignore(+2 -0)📝
backend/open_webui/main.py(+3 -3)📝
backend/open_webui/models/auths.py(+4 -0)📝
backend/open_webui/retrieval/utils.py(+1 -1)📝
backend/open_webui/routers/audio.py(+4 -6)📝
backend/open_webui/routers/auths.py(+137 -34)📝
backend/open_webui/routers/images.py(+1 -3)📝
backend/open_webui/routers/ollama.py(+1 -1)📝
backend/open_webui/routers/openai.py(+12 -15)📝
backend/open_webui/routers/pipelines.py(+1 -1)📝
backend/open_webui/static/favicon.png(+0 -0)📝
backend/open_webui/static/logo.png(+0 -0)📝
backend/open_webui/static/splash.png(+0 -0)➕
backend/open_webui/utils/get_apikey_by_email.py(+20 -0)📝
backend/open_webui/utils/models.py(+5 -5)📝
backend/open_webui/utils/oauth.py(+9 -1)➕
backend/requirements_no_ollama.txt(+108 -0)➕
docker-compose-only-open-webui.yaml(+27 -0)...and 18 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.