fix: update FreeCAD MCP server port from 22082 to 22032 for consistency across documentation and configuration

This commit is contained in:
2026-03-21 22:19:22 +00:00
parent 6f48b38868
commit f6aae9a6ea
4 changed files with 10 additions and 10 deletions

View File

@@ -87,31 +87,31 @@ haproxy_backends:
- subdomain: "pgadmin"
backend_host: "prospero.incus"
backend_port: 443
backend_port: 5050
health_path: "/misc/ping"
ssl_backend: true
- subdomain: "grafana"
backend_host: "prospero.incus"
backend_port: 443
backend_port: 3000
health_path: "/api/health"
ssl_backend: true
- subdomain: "prometheus"
backend_host: "prospero.incus"
backend_port: 443
backend_port: 9090
health_path: "/ping"
ssl_backend: true
- subdomain: "loki"
backend_host: "prospero.incus"
backend_port: 443
backend_port: 3100
health_path: "/ready"
ssl_backend: true
- subdomain: "alertmanager"
backend_host: "prospero.incus"
backend_port: 443
backend_port: 9093
health_path: "/-/healthy"
ssl_backend: true