mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #10599] [CLOSED] chore: Add start_windows.py #61421
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/10599
Author: @silentoplayz
Created: 2/23/2025
Status: ❌ Closed
Base:
dev← Head:start_windows.py📝 Commits (2)
09ec421Create start_windows.py5835f66Update start_windows.py📊 Changes
1 file changed (+97 additions, -0 deletions)
View changed files
➕
backend/start_windows.py(+97 -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
start_windows.pyscript to thebackendfolder of Open WebUI, which simplifies the process of starting the server by automating various tasks. This script combines the functionality of both scripts and provides a unified way to start the server. The script is designed to be an alternative to the existingstart_windows.batscript.Added
start_windows.pyPython script to start the server. The existing shell scripts,start.shandstart_windows.batwere not modified and are still available and functional.Additional Information
python start_windows.pyinstead of./start.shor./start_windows.bat.This PR requires thorough testing and review before merging. The code was generated using AI, and I personally have only tested it on my local machine (Windows 11 Pro in VSCode).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.