mirror of
				https://github.com/open-webui/open-webui
				synced 2025-06-26 18:26:48 +00:00 
			
		
		
		
	update
This commit is contained in:
		
							parent
							
								
									06976c4551
								
							
						
					
					
						commit
						884eb9f7ee
					
				@ -8,6 +8,7 @@ cd /d "%SCRIPT_DIR%" || exit /b
 | 
			
		||||
 | 
			
		||||
SET "KEY_FILE=.webui_secret_key"
 | 
			
		||||
IF "%PORT%"=="" SET PORT=8080
 | 
			
		||||
IF "%HOST%"=="" SET HOST=0.0.0.0
 | 
			
		||||
SET "WEBUI_SECRET_KEY=%WEBUI_SECRET_KEY%"
 | 
			
		||||
SET "WEBUI_JWT_SECRET_KEY=%WEBUI_JWT_SECRET_KEY%"
 | 
			
		||||
 | 
			
		||||
@ -29,4 +30,4 @@ IF "%WEBUI_SECRET_KEY%%WEBUI_JWT_SECRET_KEY%" == " " (
 | 
			
		||||
 | 
			
		||||
:: Execute uvicorn
 | 
			
		||||
SET "WEBUI_SECRET_KEY=%WEBUI_SECRET_KEY%"
 | 
			
		||||
uvicorn main:app --host 0.0.0.0 --port "%PORT%" --forwarded-allow-ips '*'
 | 
			
		||||
uvicorn main:app --host "%HOST%" --port "%PORT%" --forwarded-allow-ips '*'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user