forked from open-webui/open-webui
		
	rename
This commit is contained in:
		
							parent
							
								
									61411b22e2
								
							
						
					
					
						commit
						00f9b2ffcf
					
				
					 7 changed files with 17 additions and 20 deletions
				
			
		
							
								
								
									
										19
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										19
									
								
								README.md
									
										
									
									
									
								
							|  | @ -1,12 +1,12 @@ | |||
| # Open WebUI (Formerly Ollama WebUI) 👋 | ||||
| 
 | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| [](https://discord.gg/5rJgQTnV4s) | ||||
| [](https://github.com/sponsors/tjbck) | ||||
|  | @ -219,6 +219,7 @@ docker rm -f open-webui | |||
| docker pull ghcr.io/open-webui/open-webui:main | ||||
| [insert command you used to install] | ||||
| ``` | ||||
| 
 | ||||
| In the last line, you need to use the very same command you used to install (local install, remote server, etc.) | ||||
| 
 | ||||
| ### Moving from Ollama WebUI to Open WebUI | ||||
|  | @ -257,10 +258,6 @@ Once you verify that all the data has been migrated you can erase the old volume | |||
| docker volume rm ollama-webui | ||||
| ``` | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| ## How to Install Without Docker | ||||
| 
 | ||||
| While we strongly recommend using our convenient Docker container installation for optimal support, we understand that some situations may require a non-Docker setup, especially for development purposes. Please note that non-Docker installations are not officially supported, and you might need to troubleshoot on your own. | ||||
|  |  | |||
							
								
								
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
										
									
										generated
									
									
									
								
							|  | @ -1,11 +1,11 @@ | |||
| { | ||||
| 	"name": "ollama-webui", | ||||
| 	"name": "open-webui", | ||||
| 	"version": "0.0.1", | ||||
| 	"lockfileVersion": 2, | ||||
| 	"requires": true, | ||||
| 	"packages": { | ||||
| 		"": { | ||||
| 			"name": "ollama-webui", | ||||
| 			"name": "open-webui", | ||||
| 			"version": "0.0.1", | ||||
| 			"dependencies": { | ||||
| 				"@sveltejs/adapter-node": "^1.3.1", | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
| { | ||||
| 	"name": "ollama-webui", | ||||
| 	"name": "open-webui", | ||||
| 	"version": "0.0.1", | ||||
| 	"private": true, | ||||
| 	"scripts": { | ||||
|  |  | |||
|  | @ -44,10 +44,10 @@ | |||
| 				/> | ||||
| 			</a> | ||||
| 
 | ||||
| 			<a href="https://github.com/ollama-webui/ollama-webui" target="_blank"> | ||||
| 			<a href="https://github.com/open-webui/open-webui" target="_blank"> | ||||
| 				<img | ||||
| 					alt="Github Repo" | ||||
| 					src="https://img.shields.io/github/stars/ollama-webui/ollama-webui?style=social&label=Star us on Github" | ||||
| 					src="https://img.shields.io/github/stars/open-webui/open-webui?style=social&label=Star us on Github" | ||||
| 				/> | ||||
| 			</a> | ||||
| 		</div> | ||||
|  |  | |||
|  | @ -188,7 +188,7 @@ | |||
| 				Trouble accessing Ollama? | ||||
| 				<a | ||||
| 					class=" text-gray-300 font-medium" | ||||
| 					href="https://github.com/ollama-webui/ollama-webui#troubleshooting" | ||||
| 					href="https://github.com/open-webui/open-webui#troubleshooting" | ||||
| 					target="_blank" | ||||
| 				> | ||||
| 					Click here for help. | ||||
|  |  | |||
|  | @ -268,7 +268,7 @@ | |||
| 									Trouble accessing Ollama? | ||||
| 									<a | ||||
| 										class=" text-black dark:text-white font-semibold underline" | ||||
| 										href="https://github.com/ollama-webui/ollama-webui#troubleshooting" | ||||
| 										href="https://github.com/open-webui/open-webui#troubleshooting" | ||||
| 										target="_blank" | ||||
| 									> | ||||
| 										Click here for help. | ||||
|  |  | |||
|  | @ -30,7 +30,7 @@ | |||
| 						<br class=" " /> | ||||
| 						<a | ||||
| 							class=" font-semibold underline" | ||||
| 							href="https://github.com/ollama-webui/ollama-webui#how-to-install-" | ||||
| 							href="https://github.com/open-webui/open-webui#how-to-install-" | ||||
| 							target="_blank">See readme.md for instructions</a | ||||
| 						> | ||||
| 						or | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek