[PR #18] [MERGED] dev branch update #6903

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18
Author: @tjbck
Created: 10/22/2023
Status: Merged
Merged: 10/22/2023
Merged by: @tjbck

Base: devHead: main


📝 Commits (10+)

  • 78ebae6 Update issue templates
  • f4f1283 feat: enable static builds
  • 86395a8 feat: enable buildtime API_ENDPOINT env var
  • b035de1 Update node.js.yaml
  • c307777 feat: update .env.example and add Caddyfile
  • 859adee chore: change to API_ENDPOINT to conventional name API_BASE_URL
  • 87c8467 doc: how to build and test static site
  • 6129f41 doc: clarify usage of OLLAMA_API_BASE_URL
  • f25359f doc: contributor added & typo fix
  • f2bdbfa Merge pull request #10 from coolaj86/feat-static

📊 Changes

15 files changed (+919 additions, -83 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug_report.md (+38 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+20 -0)
📝 .github/workflows/node.js.yaml (+2 -0)
Caddyfile.localhost (+64 -0)
📝 Dockerfile (+8 -3)
📝 README.md (+62 -6)
example.env (+8 -0)
📝 package-lock.json (+648 -20)
📝 package.json (+3 -0)
📝 run.sh (+1 -1)
📝 src/lib/constants.ts (+18 -6)
src/routes/+layout.js (+16 -0)
src/routes/+page.server.ts (+0 -30)
📝 src/routes/+page.svelte (+25 -15)
📝 svelte.config.js (+6 -2)

📄 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/18 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 10/22/2023 **Status:** ✅ Merged **Merged:** 10/22/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `main` --- ### 📝 Commits (10+) - [`78ebae6`](https://github.com/open-webui/open-webui/commit/78ebae60958c45b461b681577b453c2a71c06ed6) Update issue templates - [`f4f1283`](https://github.com/open-webui/open-webui/commit/f4f1283cd5c1ac461e80d3128c113b64252b6006) feat: enable static builds - [`86395a8`](https://github.com/open-webui/open-webui/commit/86395a8c1f01c6a7f38a23ad58b6cedcf891522f) feat: enable buildtime API_ENDPOINT env var - [`b035de1`](https://github.com/open-webui/open-webui/commit/b035de1b869ca4946102d8de8fc14df39ebf78ba) Update node.js.yaml - [`c307777`](https://github.com/open-webui/open-webui/commit/c307777a6db9f2336882a7034452d3d88d748add) feat: update .env.example and add Caddyfile - [`859adee`](https://github.com/open-webui/open-webui/commit/859adee36957e09339086684e3957c301d05405c) chore: change to API_ENDPOINT to conventional name API_BASE_URL - [`87c8467`](https://github.com/open-webui/open-webui/commit/87c8467dd63af404d43d47aaa3339406a8ba7c20) doc: how to build and test static site - [`6129f41`](https://github.com/open-webui/open-webui/commit/6129f41273bbb9e7fa4de3c76ab4909f906c173f) doc: clarify usage of OLLAMA_API_BASE_URL - [`f25359f`](https://github.com/open-webui/open-webui/commit/f25359f455a5361956cd65e126b7ce90e5423f4d) doc: contributor added & typo fix - [`f2bdbfa`](https://github.com/open-webui/open-webui/commit/f2bdbfaa6d60335847d04038cfa739b2860be023) Merge pull request #10 from coolaj86/feat-static ### 📊 Changes **15 files changed** (+919 additions, -83 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/bug_report.md` (+38 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.md` (+20 -0) 📝 `.github/workflows/node.js.yaml` (+2 -0) ➕ `Caddyfile.localhost` (+64 -0) 📝 `Dockerfile` (+8 -3) 📝 `README.md` (+62 -6) ➕ `example.env` (+8 -0) 📝 `package-lock.json` (+648 -20) 📝 `package.json` (+3 -0) 📝 `run.sh` (+1 -1) 📝 `src/lib/constants.ts` (+18 -6) ➕ `src/routes/+layout.js` (+16 -0) ➖ `src/routes/+page.server.ts` (+0 -30) 📝 `src/routes/+page.svelte` (+25 -15) 📝 `svelte.config.js` (+6 -2) </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:11:06 -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#6903