mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #14491] [CLOSED] Feature/cloudflare workers cicd #10287
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/14491
Author: @johnknash2025
Created: 5/29/2025
Status: ❌ Closed
Base:
dev← Head:feature/cloudflare-workers-cicd📝 Commits (7)
0810a01vercel adapter setting modified2b7e88dswitched nodejs runtime37ddb3fchore: trigger Vercel build4e2fc47chore: trigger Vercel build9361b16remove heavy dependencies for Vercel deployea0e186fixed pyodide.jsfd87f4efeat: Cloudflare Workers用CI/CD(GitHub Actions)とwrangler.toml追加 - OpenWEBUI自動デプロイ基盤📊 Changes
13 files changed (+1230 additions, -1149 deletions)
View changed files
➕
.github/workflows/deploy.yml(+28 -0)📝
package-lock.json(+1172 -1025)📝
package.json(+4 -8)➖
scripts/prepare-pyodide.js(+0 -85)📝
src/lib/apis/index.ts(+2 -2)📝
src/lib/apis/ollama/index.ts(+1 -1)📝
src/lib/components/chat/MessageInput/CallOverlay.svelte(+1 -1)📝
src/lib/components/workspace/Models.svelte(+1 -1)📝
src/lib/i18n/index.ts(+2 -2)📝
src/lib/utils/characters/index.ts(+5 -5)📝
src/lib/utils/marked/katex-extension.ts(+6 -6)📝
svelte.config.js(+3 -13)➕
wrangler.toml(+5 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.