[PR #413] [MERGED] dev #7116

Closed
opened 2025-11-11 17:17:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/413
Author: @tjbck
Created: 1/7/2024
Status: Merged
Merged: 1/7/2024
Merged by: @tjbck

Base: devHead: main


📝 Commits (10+)

  • bbfe2fb Added a better more generic gitignore which covers both python and nodejs
  • a580aa8 general-compose-improvements
  • 2994e1a fixed gpu count env
  • c8f81a1 Merge branch 'ollama-webui:main' into general-logistic-improvements
  • 9e1660e Be able to configure compose from a shell program
  • 3568be4 Merge commit 'c8f81a126117485ebfdbe31a74f0973e46208791' into dev
  • 017825e added compose override for data volume
  • e2688dc Use the built image on repository instead of the local one
  • 16a2d0c added option to specify if build image or not
  • 567b88b added drop to kill and build capabilities

📊 Changes

107 files changed (+5969 additions, -1964 deletions)

View changed files

.github/FUNDING.yml (+1 -0)
📝 .github/ISSUE_TEMPLATE/bug_report.md (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.md (+0 -1)
.github/workflows/format-backend.yaml (+27 -0)
.github/workflows/format-build-frontend.yaml (+22 -0)
.github/workflows/lint-backend.disabled (+27 -0)
.github/workflows/lint-frontend.disabled (+21 -0)
.github/workflows/node.js.yaml (+0 -27)
📝 .gitignore (+290 -0)
📝 .prettierignore (+3 -0)
📝 Dockerfile (+6 -10)
INSTALLATION.md (+35 -0)
📝 README.md (+82 -31)
📝 TROUBLESHOOTING.md (+2 -2)
📝 backend/.gitignore (+2 -1)
📝 backend/apps/ollama/main.py (+85 -89)
backend/apps/ollama/old_main.py (+127 -0)
backend/apps/openai/main.py (+143 -0)
📝 backend/apps/web/main.py (+17 -7)
📝 backend/apps/web/models/auths.py (+9 -1)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/413 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/7/2024 **Status:** ✅ Merged **Merged:** 1/7/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (10+) - [`bbfe2fb`](https://github.com/open-webui/open-webui/commit/bbfe2fb1224350be7b9fba1527675c331e75926f) Added a better more generic gitignore which covers both python and nodejs - [`a580aa8`](https://github.com/open-webui/open-webui/commit/a580aa898466b83ae07975a04c331f8ea4de71b4) general-compose-improvements - [`2994e1a`](https://github.com/open-webui/open-webui/commit/2994e1abcd30d307fa03246ee14a35802d00003c) fixed gpu count env - [`c8f81a1`](https://github.com/open-webui/open-webui/commit/c8f81a126117485ebfdbe31a74f0973e46208791) Merge branch 'ollama-webui:main' into general-logistic-improvements - [`9e1660e`](https://github.com/open-webui/open-webui/commit/9e1660e6bb583cc9dc8c3ae708a2cd1f39e9d4d5) Be able to configure compose from a shell program - [`3568be4`](https://github.com/open-webui/open-webui/commit/3568be4da828b4a351dda72dab05a1b9c9da2f3b) Merge commit 'c8f81a126117485ebfdbe31a74f0973e46208791' into dev - [`017825e`](https://github.com/open-webui/open-webui/commit/017825e437d3c6c7a3eae40c3ff58a59f439543a) added compose override for data volume - [`e2688dc`](https://github.com/open-webui/open-webui/commit/e2688dc2b17bd85a3a92ed67ec3d1b7d53acea4c) Use the built image on repository instead of the local one - [`16a2d0c`](https://github.com/open-webui/open-webui/commit/16a2d0cdb08a7600489c502387c258e46495b9b0) added option to specify if build image or not - [`567b88b`](https://github.com/open-webui/open-webui/commit/567b88bb006630f9542a341e92a675845e416005) added drop to kill and build capabilities ### 📊 Changes **107 files changed** (+5969 additions, -1964 deletions) <details> <summary>View changed files</summary> ➕ `.github/FUNDING.yml` (+1 -0) 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.md` (+0 -1) ➕ `.github/workflows/format-backend.yaml` (+27 -0) ➕ `.github/workflows/format-build-frontend.yaml` (+22 -0) ➕ `.github/workflows/lint-backend.disabled` (+27 -0) ➕ `.github/workflows/lint-frontend.disabled` (+21 -0) ➖ `.github/workflows/node.js.yaml` (+0 -27) 📝 `.gitignore` (+290 -0) 📝 `.prettierignore` (+3 -0) 📝 `Dockerfile` (+6 -10) ➕ `INSTALLATION.md` (+35 -0) 📝 `README.md` (+82 -31) 📝 `TROUBLESHOOTING.md` (+2 -2) 📝 `backend/.gitignore` (+2 -1) 📝 `backend/apps/ollama/main.py` (+85 -89) ➕ `backend/apps/ollama/old_main.py` (+127 -0) ➕ `backend/apps/openai/main.py` (+143 -0) 📝 `backend/apps/web/main.py` (+17 -7) 📝 `backend/apps/web/models/auths.py` (+9 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:17:07 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7116