{
  "manifest_version": "1.0.0",
  "template": {
    "id": "780a9f78-1460-49c0-b12e-f8b2aa335d34",
    "slug": "open-webui-2",
    "name": "Open WebUI on Railway",
    "description": "[Jun '26] OpenWebUI | Self-hosted AI interface. Connect with any LLM model.",
    "url": "https://railway.com/deploy/open-webui-2",
    "upstream": {
      "image": "ghcr.io/open-webui/open-webui"
    }
  },
  "services": [
    {
      "name": "Open-WebUI",
      "source": {
        "image": "ghcr.io/open-webui/open-webui"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/backend/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "OLLAMA_BASE_URL",
      "service": "Open-WebUI",
      "description": "URL of the Ollama server (backend API) that OpenWebUI should connect to.",
      "secret": false,
      "strategy": "default",
      "default": "https://ollama.com"
    },
    {
      "key": "WEBUI_SECRET_KEY",
      "service": "Open-WebUI",
      "description": "Overrides the randomly generated string used for JSON Web Token",
      "secret": true,
      "strategy": "default",
      "default": "t0p-s3cr3t"
    },
    {
      "key": "CORS_ALLOW_ORIGIN",
      "service": "Open-WebUI",
      "description": "Sets the allowed origins for Cross-Origin Resource Sharing (CORS)",
      "secret": false,
      "strategy": "default",
      "default": "*"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "open-webui-2"
      }
    },
    "cli": "railway deploy --template open-webui-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "780a9f78-1460-49c0-b12e-f8b2aa335d34",
            "serializedConfig": {
              "services": {
                "985b1fd9-5ed5-4890-bdf7-5aa3507b8a3c": {
                  "icon": "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/open-webui-light.svg",
                  "name": "Open-WebUI",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null
                  },
                  "source": {
                    "image": "ghcr.io/open-webui/open-webui"
                  },
                  "variables": {
                    "OLLAMA_BASE_URL": {
                      "isOptional": false,
                      "description": "URL of the Ollama server (backend API) that OpenWebUI should connect to.",
                      "defaultValue": "https://ollama.com"
                    },
                    "WEBUI_SECRET_KEY": {
                      "isOptional": false,
                      "description": "Overrides the randomly generated string used for JSON Web Token",
                      "defaultValue": "t0p-s3cr3t"
                    },
                    "CORS_ALLOW_ORIGIN": {
                      "isOptional": false,
                      "description": "Sets the allowed origins for Cross-Origin Resource Sharing (CORS)",
                      "defaultValue": "*"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "985b1fd9-5ed5-4890-bdf7-5aa3507b8a3c": {
                      "mountPath": "/app/backend/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T01:28:06.825Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_e73fff8582d545caa130",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 132,
    "typical_build_seconds": 0,
    "typical_start_seconds": 46,
    "slowest_service": "Open-WebUI"
  }
}
