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: dev ← Head: main
dev
main
78ebae6
f4f1283
86395a8
b035de1
c307777
859adee
87c8467
6129f41
f25359f
f2bdbfa
15 files changed (+919 additions, -83 deletions)
➕ .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)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/node.js.yaml
Caddyfile.localhost
Dockerfile
README.md
example.env
package-lock.json
package.json
run.sh
src/lib/constants.ts
src/routes/+layout.js
src/routes/+page.server.ts
src/routes/+page.svelte
svelte.config.js
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/18
Author: @tjbck
Created: 10/22/2023
Status: ✅ Merged
Merged: 10/22/2023
Merged by: @tjbck
Base:
dev← Head:main📝 Commits (10+)
78ebae6Update issue templatesf4f1283feat: enable static builds86395a8feat: enable buildtime API_ENDPOINT env varb035de1Update node.js.yamlc307777feat: update .env.example and add Caddyfile859adeechore: change to API_ENDPOINT to conventional name API_BASE_URL87c8467doc: how to build and test static site6129f41doc: clarify usage of OLLAMA_API_BASE_URLf25359fdoc: contributor added & typo fixf2bdbfaMerge 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.