fix: update Rommie MCP URL and allowed hosts for improved access and security
This commit is contained in:
@@ -22,7 +22,7 @@ alloy_log_level: "warn"
|
||||
rommie_port: 22031
|
||||
rommie_host: "0.0.0.0"
|
||||
rommie_display: ":10"
|
||||
rommie_allowed_hosts: "caliban.incus"
|
||||
rommie_allowed_hosts: "caliban.incus,rommie.ouranos.helu.ca"
|
||||
rommie_model: "Qwen3-VL-30B-A3B-Instruct-UD-Q5_K_XL.gguf"
|
||||
rommie_model_url: "http://nyx.helu.ca:22078"
|
||||
rommie_provider: "openai"
|
||||
|
||||
@@ -188,6 +188,12 @@ haproxy_backends:
|
||||
health_path: "/api/"
|
||||
timeout_server: 300s # WebSocket support for HA frontend
|
||||
|
||||
- subdomain: "rommie"
|
||||
backend_host: "caliban.incus"
|
||||
backend_port: 22031
|
||||
health_path: "/mcp"
|
||||
timeout_server: 300s # SSE streaming support for MCP
|
||||
|
||||
- subdomain: "smtp4dev"
|
||||
backend_host: "oberon.incus"
|
||||
backend_port: 22085
|
||||
|
||||
Reference in New Issue
Block a user