added openwebui
This commit is contained in:
		@@ -186,6 +186,14 @@ https://linkding.novemila.org {
 | 
			
		||||
	reverse_proxy localhost:3021
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# OPENWEBUI
 | 
			
		||||
 | 
			
		||||
https://ai.novemila.org {
 | 
			
		||||
	import common
 | 
			
		||||
	encode gzip zstd
 | 
			
		||||
	reverse_proxy localhost:3022
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# MOLLY
 | 
			
		||||
 | 
			
		||||
https://molly.novemila.org {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										13
									
								
								openwebui/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								openwebui/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
# https://docs.openwebui.com/getting-started/quick-start/
 | 
			
		||||
# https://brave.com/search/api/guides/use-with-open-webui/
 | 
			
		||||
# https://huggingface.co/
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  openwebui:
 | 
			
		||||
    image: ghcr.io/open-webui/open-webui:main
 | 
			
		||||
    ports:
 | 
			
		||||
      - 127.0.0.1:3022:8080
 | 
			
		||||
    volumes:
 | 
			
		||||
      - open-webui:/app/backend/data
 | 
			
		||||
volumes:
 | 
			
		||||
  open-webui:
 | 
			
		||||
		Reference in New Issue
	
	Block a user