mirror of
				https://github.com/open-webui/desktop
				synced 2025-06-26 18:15:59 +00:00 
			
		
		
		
	fix
This commit is contained in:
		
							parent
							
								
									a0dcc3a927
								
							
						
					
					
						commit
						a1a642429c
					
				| @ -418,7 +418,7 @@ export async function startServer(installationPath?: string, port?: number): Pro | ||||
| 
 | ||||
| 	let startCommand = | ||||
| 		process.platform === 'win32' | ||||
| 			? `"${installationPath}\\Scripts\\activate.bat" && uvicorn open_webui.main:app --host "0.0.0.0" --forwarded-allow-ips "*"` | ||||
| 			? `"${installationPath}\\Scripts\\activate.bat" && uvicorn open_webui.main:app --host "0.0.0.0" --forwarded-allow-ips '*'` | ||||
| 			: `source "${installationPath}/bin/activate" && open-webui serve`; | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user