initial commit (no RAG server)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
tunnel: ID
|
||||
credentials-file: /etc/cloudflared/ID.json
|
||||
ingress:
|
||||
# The ollama instance
|
||||
- hostname: mlep.domain.com
|
||||
service: http://ollama-ip:11434
|
||||
originRequest:
|
||||
httpHostHeader: "localhost"
|
||||
|
||||
# The OpenWebUI instance
|
||||
- hostname: owebui.domain.com
|
||||
service: http://localhost:4000
|
||||
originRequest:
|
||||
httpHostHeader: "localhost"
|
||||
|
||||
# The tools instance
|
||||
- hostname: owebtools.domain.com
|
||||
service: http://mcp-server-ip:PORT
|
||||
- service: http_status:404
|
||||
Reference in New Issue
Block a user