20 lines
487 B
YAML
20 lines
487 B
YAML
|
|
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
|